Skip to main content

CirclePrimitive

Other

Properties for circle primitives. A circle is a flat disk defined by center, radius, and orientation.

Import

import ScriptingApi as api

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

Properties

center

Center position [x, y, z].

Type: list


radius

Circle radius.

Type: float


angle

Rotation angle in degrees.

Type: float


axis

Rotation axis [x, y, z].

Type: list


See Also