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

rectangle_profile

Create a 2D rectangular sketch profile on a Work Plane for operations such as Extrude.

Reference contract

FieldValueDescription
symboltelion_api.Model.rectangle_profile
signature(label: 'str' = 'Rectangle Profile 1', work_plane: 'str' = 'Work Plane 1', width: 'Any' = '1[m]', height: 'Any' = '0.5[m]', center: 'Iterable[Any]' = ('0[m]', '0[m]'), **fields: 'Any') -> 'Feature'
returnFeature

Create a 2D rectangular sketch profile on a Work Plane for operations such as Extrude.

Contract

PropertyValue
symboltelion_api.Model.rectangle_profile
signature(label: 'str' = 'Rectangle Profile 1', work_plane: 'str' = 'Work Plane 1', width: 'Any' = '1[m]', height: 'Any' = '0.5[m]', center: 'Iterable[Any]' = ('0[m]', '0[m]'), **fields: 'Any') -> 'Feature'
returnFeature

Signature

telion_api.Model.rectangle_profile(label: 'str' = 'Rectangle Profile 1', work_plane: 'str' = 'Work Plane 1', width: 'Any' = '1[m]', height: 'Any' = '0.5[m]', center: 'Iterable[Any]' = ('0[m]', '0[m]'), **fields: 'Any') -> 'Feature'

Authoritative source

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