methodAvailable
work_plane
Create the same Geometry > Work Plane primitive exposed by the UI.
Reference contract
| Field | Value | Description |
|---|---|---|
| symbol | telion_api.Model.work_plane | — |
| signature | (label: 'str' = 'Work Plane 1', width: 'Any' = '1[m]', height: 'Any' = '1[m]', position: 'Iterable[Any]' = ('0[m]', '0[m]'), offset_z: 'Any' = '0[m]', axis: 'Iterable[Any]' = ('0', '0', '1'), origin: 'str' = 'Center', **fields: 'Any') -> 'Feature' | — |
| return | Feature | — |
Create the same Geometry > Work Plane primitive exposed by the UI.
Contract
| Property | Value |
|---|---|
| symbol | telion_api.Model.work_plane |
| signature | (label: 'str' = 'Work Plane 1', width: 'Any' = '1[m]', height: 'Any' = '1[m]', position: 'Iterable[Any]' = ('0[m]', '0[m]'), offset_z: 'Any' = '0[m]', axis: 'Iterable[Any]' = ('0', '0', '1'), origin: 'str' = 'Center', **fields: 'Any') -> 'Feature' |
| return | Feature |
Signature
telion_api.Model.work_plane(label: 'str' = 'Work Plane 1', width: 'Any' = '1[m]', height: 'Any' = '1[m]', position: 'Iterable[Any]' = ('0[m]', '0[m]'), offset_z: 'Any' = '0[m]', axis: 'Iterable[Any]' = ('0', '0', '1'), origin: 'str' = 'Center', **fields: 'Any') -> 'Feature'