ArrowPrimitive
Properties for arrow primitives. An arrow has a shaft and an arrowhead (tip) connecting two points.
Import
import ScriptingApi as api
# Access the class
# ArrowPrimitive is available via api.ArrowPrimitive
Properties
point1
Shaft start position [x, y, z].
Type: list
point2
Arrow tip position [x, y, z].
Type: list
shaft_radius
Shaft radius.
Type: float
tip_radius
Tip (arrowhead) radius.
Type: float
tip_length_factor
Tip length factor (relative to total arrow length).
Type: float