CylinderPrimitive
Properties for cylinder primitives. A cylinder connects two points with a specified radius.
Import
import ScriptingApi as api
# Access the class
# CylinderPrimitive is available via api.CylinderPrimitive
Properties
point1
Start point position [x, y, z].
Type: list
point2
End point position [x, y, z].
Type: list
radius
Radius of the cylinder.
Type: float