Cylinder
Creates a cylinder between two vector positions.
Inputs
-
start
- The vector value that defines the start of the output cylinder.
-
end
- The vector value that defines the end of the output cylinder.
-
radius
- The value that defines the radius of the output cylinder.
-
segments
- The value that defines how many segments the output cylinder has.
Outputs
-
geometry
- Output primitives.
-
points
- The list of points of the output primitives.
-
points.x
- The list of x values of the points of the output primitives.
-
points.y
- The list of y values of the points of the output primitives.
-
points.z
- The list of z values of the points of the output primitives.
Notes
- Other names for this node include: PolyCylinder, Poly cylinder, and Tube.