methodAvailable
extrude
Create the same Geometry > Extrude 2D-to-3D operation exposed by the UI.
Reference contract
| Field | Value | Description |
|---|---|---|
| symbol | telion_api.Model.extrude | — |
| signature | (label: 'str' = 'Extrude 1', objects: 'str' = 'Work Plane 1', distance: 'Any' = '1[m]', direction: 'Iterable[Any]' = ('0', '0', '1'), **fields: 'Any') -> 'Feature' | — |
| return | Feature | — |
Create the same Geometry > Extrude 2D-to-3D operation exposed by the UI.
Contract
| Property | Value |
|---|---|
| symbol | telion_api.Model.extrude |
| signature | (label: 'str' = 'Extrude 1', objects: 'str' = 'Work Plane 1', distance: 'Any' = '1[m]', direction: 'Iterable[Any]' = ('0', '0', '1'), **fields: 'Any') -> 'Feature' |
| return | Feature |
Signature
telion_api.Model.extrude(label: 'str' = 'Extrude 1', objects: 'str' = 'Work Plane 1', distance: 'Any' = '1[m]', direction: 'Iterable[Any]' = ('0', '0', '1'), **fields: 'Any') -> 'Feature'