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

rotate

Create the same Geometry > Rotate transform exposed by the UI.

Reference contract

FieldValueDescription
symboltelion_api.Model.rotate
signature(label: 'str' = 'Rotate 1', objects: 'str' = 'all', angle: 'Any' = '90[deg]', axis: 'Iterable[Any]' = ('0', '0', '1'), center: 'Iterable[Any]' = ('0[m]', '0[m]', '0[m]'), keep_input_entities: 'bool | str' = 'false', **fields: 'Any') -> 'Feature'
returnFeature

Create the same Geometry > Rotate transform exposed by the UI.

Contract

PropertyValue
symboltelion_api.Model.rotate
signature(label: 'str' = 'Rotate 1', objects: 'str' = 'all', angle: 'Any' = '90[deg]', axis: 'Iterable[Any]' = ('0', '0', '1'), center: 'Iterable[Any]' = ('0[m]', '0[m]', '0[m]'), keep_input_entities: 'bool | str' = 'false', **fields: 'Any') -> 'Feature'
returnFeature

Signature

telion_api.Model.rotate(label: 'str' = 'Rotate 1', objects: 'str' = 'all', angle: 'Any' = '90[deg]', axis: 'Iterable[Any]' = ('0', '0', '1'), center: 'Iterable[Any]' = ('0[m]', '0[m]', '0[m]'), keep_input_entities: 'bool | str' = 'false', **fields: 'Any') -> 'Feature'

Authoritative source

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