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.
| Parameter | Type | Description |
|---|---|---|
axis | StandardAxis | One of the standard axes ('x', 'y', 'z') to interpret relative to the active sketch's plane. |