Skip to main content

PlanePrimitive

Other

Properties for plane primitives. A plane is a flat rectangular surface.

Import

import ScriptingApi as api

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

Properties

center

Center position [x, y, z].

Type: list


width

Width of the plane.

Type: float


height

Height of the plane.

Type: float


angle

Rotation angle in degrees.

Type: float


axis

Rotation axis [x, y, z].

Type: list


See Also