Skip to documentation content
On this page
  1. Reference contract
  2. Contract
  3. Signature
  4. Authoritative source

extrude

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

Reference contract

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'

Authoritative source

Catalog
python:telion_api.__all__
Identity
telion_api.Model.extrude
Path
sdk/python/telion_api/model.py
Symbol
telion_api.Model.extrude