Skip to main content

local()

Creates an axis in the active sketch's local coordinate system.

Returns: Axis

tip

See the guide for detailed usage examples.

Signatures

local(axis: StandardAxis): Axis

Creates an axis in the active sketch's local coordinate system.

ParameterTypeDescription
axisStandardAxisOne of the standard axes ('x', 'y', 'z') to interpret relative to the active sketch's plane.