Skip to main content

TubePrimitive

Other

Properties for tube primitives. A tube is a hollow cylinder (pipe) with inner and outer radii.

Import

import ScriptingApi as api

# Access the class
# TubePrimitive is available via api.TubePrimitive

Properties

point1

Start point position [x, y, z].

Type: list


point2

End point position [x, y, z].

Type: list


radius

Outer radius of the tube.

Type: float


thickness

Wall thickness of the tube.

Type: float


See Also