Curves | C | The curves to pipe. Also accepts meshes | Generic Data |
NodeSize | N | Pipe radius. If one value given, it is applied to all. Alternatively, provide a list of radii corresponding to each point in SizePoints | Number |
SizePoints | SP | If you are supplying multiple radii for NodeSize, these points identify which node to set as which radius. If only some of the nodes have their radius set this way, the values will be interpolated across the shape | Point |
EndOffset | E | The distance of the first edge loop away from the node as a multiplier of NodeSize. If this is set to zero, no intermediate edge loop is added, to give a smoother shape. | Number |
StrutSize | SS | The size of the struts between nodes as a multiplier of NodeSize. <1 gives tapering struts, >1 gives bulging struts | Number |
Segment | S | Approximate spacing of edge loops along each strut. If set to zero, no additional edge loops are added | Number |
KinkAngle | KA | When the input to 'Curves' are smooth curves, this sets the maximum angle between consecutive segments when discretizing | Number |
CubeFit | CF | If >0 this attempts to fit a cube at each node. Should be a value between 0 and 1, where 0 = never, and 1 = always, depending on how close to orthogonal its connected lines are. | Number |