This repository has been archived by the owner on Aug 29, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path0TextTemplate
634 lines (634 loc) · 8.84 KB
/
0TextTemplate
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
Point=
Vector=
Circle=
Curve=
Plane=
Circular Arc=
Line=
Rectangle=
Box=
Mesh=
Surface=
Brep=
Mesh Face=
Twisted Box=
Field=
Geometry Cache=
Group=
Geometry=
Geometry Pipeline=
Transform=
Boolean=
Number=
Integer=
Text=
Colour=
Culture=
Domain2=
Matrix=
Complex=
Domain=
Guid=
Time=
Data=
File Path=
Data Path=
Shader=
Control Knob=
Value List=
Calendar=
Colour Picker=
Colour Wheel=
Graph Mapper=
Clock=
Colour Swatch=
Gradient=
Image Sampler=
Import Coordinates=
Import PDB=
Object Details=
Import 3DM=
Import Image=
Import SHP=
Read File=
Cherry Picker=
Param Viewer=
Jump=
Data Dam=
Relay=
Timer=
Trigger=
Data Recorder=
Suirify=
Cluster Input=
Data Input=
Cluster Output=
Data Output=
Fitness Landscape=
Gene Pool=
Galapagos=
Construct Domain=
Deconstruct Domain=
Bounds=
Consecutive Domains=
Divide Domain=
Find Domain=
Includes=
Remap Numbers=
Construct Domain2=
Deconstruct Domain2=
Bounds 2D=
Divide Domain2=
Construct Matrix=
Deconstruct Matrix=
Display Matrix=
Invert Matrix=
Transpose Matrix=
Swap Columns=
Swap Rows=
Addition=
Multiplication=
Power=
Divison=
Negative=
Subtraction=
Absolute=
Factorial=
Interger Division=
Modulus=
Mass Addition=
Relative Differences=
Mass Multiplication=
Equality=
Similarity=
Larger Than=
Smaller Than=
Gate And=
Gate Or=
Gate Not=
Gate Xor=
Gate Majority=
Gate Nor=
Gate Nand=
Gate Xnor=
Cube=
Cube Root=
Square=
Square Root=
One Over X=
Power of 10=
Power of 2=
Power of E=
Logarithm=
Natural Logarithm=
Evaluate=
Expression=
C# Script=
GhPython Script=
VB Script=
Construct Date=
Construct Exotic Date=
Construct Time=
Deconstruct Date=
Combine Date & Time=
Date Range=
Tangent=
Degrees=
Radians=
Golden Ratio=
Extremes=
Minimum=
Maximum=
Round=
Average=
Weighted Average=
Insert Items=
List Item=
Partition List=
Reverse List=
Sort List=
Sub List=
Item Index=
List Length=
Replace Items=
Shift List=
Split List=
Dispatch=
Pick'n'Choose=
Weave=
Null Item=
Replace Nulls=
Combine Data=
Sift Pattern=
Cross Reference=
Shortest List=
Longest List=
Cull Index=
Cull Nth=
Cull Pattern=
Random Reduce=
Char Sequence=
Duplicate Data=
Range=
Repeat Data=
Series=
Stack Data=
Jitter=
Random=
Create Set=
Set Difference=
Set Difference(S)=
Set Intersection=
Set Majority=
Set Union=
Carthesian Product=
Member Index=
Replace Members=
SubSet=
Delete Consecutive=
Find Similar member=
Key/Value Search=
Characters=
Concatenate=
Text Join=
Text Length=
Text Split=
Format=
Text Case=
Text Fragment=
Text Trim=
Match Text=
Replace Text=
Sort Text=
Text Distance=
Clean Tree=
Graft Tree=
Simplify Tree=
Trim Tree=
Flatten Tree=
Prune Tree=
Tree Statistics=
Unflatten Tree=
Entwine=
Flip Matrix=
Explode Tree=
Merge=
Match Tree=
Shift Paths=
Path Mapper=
Split Tree=
Stream Filter=
Stream Gate=
Relative Item=
Tree Branch=
Relative Items=
Tree Item=
Construct Path=
Deconstruct Path=
Replace Paths=
Hexagonal=
Radial=
Rectangular=
Square=
Triangular=
Populate 2D=
Populate 3D=
Populate Geometry=
Deconstruct Plane=
XZ Plane=
XY Plane=
YZ Plane=
Construct Plane=
Line + Pt=
Plane Fit=
Plane Offset=
Line + Line=
Plane 3Pt=
Plane Normal=
Plane Origin=
Adjust Plane=
Align Planes=
Plane Closest Point=
Rotate Plane=
Align Plane=
Flip Plane=
Plane Coordinates=
Construct Point=
Numbers to Points=
Deconstruct=
Points to Numbers=
Point Cylindrical=
Point Polar=
Distance=
Point Oriented=
To Polar=
Closest Point=
Cull Duplicates=
Project Point=
Sort Along Curve=
Closest Points=
Point Groups=
Pull Point=
Sort Points=
Deconstruct Vector=
Vector XYZ=
Unit Vector=
Unit X=
Unit Y=
Unit Z=
Amplitude=
Angle=
Cross Product=
Dot Product=
Reverse=
Vector 2Pt=
Vector Length=
Control Points=
Curve Middle=
Deconstruct Rectangle=
Polygon Center=
Control Polygon=
Deconstruct Arc=
End Points=
Closed=
Curve Closest Point=
Curve Proximity=
Discontinuity=
Planar=
Curvature Graph=
Curve Nearest Object=
Curve Side=
Curvature=
Derivatives=
Horizontal Frame=
Horizontal Frames=
Point on Curve=
Curve Frame=
Curve Frames=
Evaluate Curve=
Perp Frame=
Prep Frames=
Torsion=
Curve Domain=
Length=
Length Parameter=
Evaluate Length=
Length Domain=
Segment Lengths=
Point In Curve=
Point In Curves=
Contour=
Contour (ex)=
Dash Pattern=
Divide Curve=
Divide Distance=
Divide Length=
Shatter=
Fit Line=
Line 2Plane=
Line SDL=
Tangent Lines=
Tangent Lines (Ex)=
Tangent Lines (ln)=
Line 4Pt=
Circle CNR=
Circle TanTan=
InEllipse=
Circle 3Pt=
Circle Fit=
Circle TanTanTan=
InCircle=
Arc SED=
Modified Arc=
Arc 3Pt=
BiArc=
Tangent Arcs=
Polygon=
Rectangle 3Pt=
Polygon Edge=
Rectangle 2Pt=
Bezier Span=
Interpolate (t)=
Nurbs Curve=
Polyline=
Interpolate=
Kinky Curve=
Tangent Curve=
Curve On Surface=
Iso Curve=
Tween Curve=
Geodesic=
Sub Curve=
Blend Curve=
Blend Curve Pt=
Catenary=
Connect Curves=
Explode=
Flip Curve=
Extend Curve=
Join Curves=
Fillet=
Fillet Distance=
Fillet Edge=
Offset Curve Loose=
Offset Curve=
Project=
Seam=
Offset on Srf=
Pull Curve=
Curve To Polyline=
Polyline Collapse=
Reduce=
Smooth Polyline=
Fit Curve=
Rebuild Curve=
Simplify Curve=
Box Corners=
Deconstruct Box=
Box Properties=
Evaluate Box=
Brep Edges=
Brep Wireframe=
Dimensions=
Surface Points=
Deconstruct Brep=
Is Planar=
Area=
Volume=
Brep Closest Point=
Surface Closest Point=
Point In Brep=
Point In Trim=
Point In Breps=
Shape In Brep=
Evaluate Surface=
Principal Curvature=
Surface Curvature=
4Point Surface=
Surface From Points=
Boundary Surfaces=
Edge Surface=
Loft=
Network Surface=
Sum Surface=
Control Point Loft=
Fit Loft=
Loft Options=
Ruled Surface=
Extrude=
Extrude Linear=
Extrude Along=
Extrude Point=
Patch=
Fragment Patch=
Pipe=
Sweep=
Sweep2=
Pipe Variable=
Plane Surface=
Plane Through Shape=
Bounding Box=
Box 2Pt=
Box Rectangle=
Center Box=
Domain Box=
Cone=
Cylinder=
Quad Sphere=
Sphere=
Sphere 4Pt=
Sphere Fit=
Divide Surface=
Surface Frames=
Copy Trim=
Retrim=
Isotrim=
Untrim=
Brep Join=
Cap Holes Ex=
Cap Holes=
Merge Faces=
Flip=
Offset Surface Loose=
Offset Surface=
Convex Edges=
Deconstruct Face=
Deconstruct Mesh=
Face Normals=
Mesh Edges=
Face Boundaries=
Mesh Inclusion=
Mesh Closest Point=
Mesh Eval=
Construct Mesh=
Mesh Colours=
Mesh Quad=
Mesh Spray=
Mesh Triangle=
Mesh Box=
Mesh Plane=
Mesh Sphere=
MeshSphere Ex=
Convex Hull=
Delaunay Mesh=
Delaunay Edges=
Facet Dome=
Voronoi 3D=
Voronoi Groups=
Voronoi=
Voronoi Cell=
OcTree=
Proximity 3D=
Proximity 2D=
QuadTree=
MetaBall=
MetaBall(t) Custom=
MetaBall(t)=
Mesh Brep=
Settings (Custom)=
Settings (Speed)=
Settings (Quality)=
Mesh Surface=
Simple Mesh=
Blur Mesh=
Cull Vertices=
Delete Vertices=
Mesh Join=
Mesh Split Plane=
Cull Faces=
Delete Faces=
Disjoint Mesh=
Mesh Shadow=
Smooth Mesh=
Align Vertices=
Quadrangulate=
Triangulate=
Unify Mesh=
Weld Mesh=
Flip Mesh=
Unweld Mesh=
Brep | Line=
Line | Line=
Surface | Line=
Curve | Line=
Mesh | Ray=
Brep | Plane=
Line | Plane=
Plane | Plane=
Plane Region=
Curve | Plane=
Mesh | Plane=
Plane | Plane | Plane=
IsoVist=
IsoVist Ray=
Curve | Curve=
Curve | Self=
Multiple Curves=
Brep | Brep=
Brep | Curve=
Surface | Curve=
Surface Split=
Mesh | Curve=
Mesh | Mesh=
Collision Many|Many=
Collision One|Many=
Split with Brep=
Split with Breps=
Trim with Brep=
Trim with Breps=
Trim with Region=
Trim with Regions=
Boundary Volume=
Solid Intersection=
Split Brep=
Trim Solid=
Solid Difference=
Solid Union=
Split Brep Multiple=
Region Difference=
Region Union=
Region Intersection=
Region Splits=
Mesh Difference=
Mesh Split=
Mesh Intersection=
Mesh Union=
Box Slits=
Camera Obscura=
Scale=
Scale NU=
Shear=
Shear Angle=
Box Mapping=
Orient Direction=
Project Along=
Rectangle Mapping=
Triangle Mapping=
Box Array=
Curve Array=
Linear Array=
Polar Array=
Rectanglar Array=
Kaleidoscope=
Mirror=
Move=
Move Away From=
Move to Plane=
Orient=
Rotate=
Rotate 3D=
Rotate Axis=
Rotate Direction=
Surface Box=
Box Morph=
Bend Deform=
Mirror Surface=
Sporph=
Twist=
Flow=
Mirror Curve=
Splop=
Stretch=
Taper=
Map to Surface=
Point Deform=
Transform Matrix=
Group=
Ungroup=
Merge Group=
Split Group=
Colour CMYK=
Colour HSL=
Colour HSV=
Colour L*ab=
Colour LCH=
Colour RGB=
Colour RGB (f)=
Colour XYZ=
Split AHSL=
Split AHSV=
Split ARGB=
Text Tag=
Text Tag 3D=
Make2D=
Make2D Parallel View=
Make2D Perspective View=
Make2D Rhino View=
Bar Graph=
Legend=
Pie Chart=
Quick Graph=
Image Gallery=
Value Traker=
Create Material=
Custom Preview=
Cloud Display=
Dot Display=
Symbol (Advanced)=
Symbol (Simple)=
Symbol Display=
Point List=
Point Order=
Vector Display=
Vector Display Ex=
*Translator*=