Skip to documentation content
On this page
  1. Reference
  2. Contract
  3. Signature

extrude

Create the same Geometry > Extrude 2D-to-3D operation exposed by the UI.

Reference

FieldValueDescription
symboltelion_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'
returnFeature

Create the same Geometry > Extrude 2D-to-3D operation exposed by the UI.

Contract

PropertyValue
symboltelion_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'
returnFeature

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'