ConePrimitive
Properties for cone primitives. A cone connects two points with a base radius that tapers to a point.
Import
import ScriptingApi as api
# Access the class
# ConePrimitive is available via api.ConePrimitive
Properties
point1
Base point position [x, y, z].
Type: list
point2
Tip point position [x, y, z].
Type: list
radius
Base radius of the cone.
Type: float