Segment¶
Functionality¶
The node creates segments between two given points. Also number of subdivisions can be set.
Category¶
Generators -> Segment
Inputs¶
A - 1 vertices
B - 2 vertices
Num cuts - number of line subdivision
Outputs¶
Verts - coordinates of line(s)
Edges - just edges
Parameters¶
Param |
Type |
Default |
Description |
---|---|---|---|
Cute modes |
Enum Cuts/Steps |
“Cuts” |
Cuts - cut line evenly Steps - cut line proportionally by given steps |
Split to objects |
Boolean (N panel) |
True |
Each line will be put to separate object any way |
Numpy output |
Boolean (N panel) |
False |
Convert vertices to Numpy array |
Example of usage¶
Generator-> Circle
Viz-> Viewer Draw
The AB mode will output a divided segment for each vector pair, the step can be used to change the proportions of the divisions
Modifiers->Modifier Make-> UV Connection
Modifiers->Modifier Make-> WireFrame
Viz-> Viewer Draw
Text-> Stethoscope
Advanced example using the node to create a paraboloid grid