methodAvailable
scale
Create the same Geometry > Scale transform exposed by the UI.
Reference contract
| Field | Value | Description |
|---|---|---|
| symbol | telion_api.Model.scale | — |
| signature | (label: 'str' = 'Scale 1', objects: 'str' = 'all', scale: 'Any' = '2', center: 'Iterable[Any]' = ('0[m]', '0[m]', '0[m]'), keep_input_entities: 'bool | str' = 'false', **fields: 'Any') -> 'Feature' | — |
| return | Feature | — |
Create the same Geometry > Scale transform exposed by the UI.
Contract
| Property | Value |
|---|---|
| symbol | telion_api.Model.scale |
| signature | (label: 'str' = 'Scale 1', objects: 'str' = 'all', scale: 'Any' = '2', center: 'Iterable[Any]' = ('0[m]', '0[m]', '0[m]'), keep_input_entities: 'bool | str' = 'false', **fields: 'Any') -> 'Feature' |
| return | Feature |
Signature
telion_api.Model.scale(label: 'str' = 'Scale 1', objects: 'str' = 'all', scale: 'Any' = '2', center: 'Iterable[Any]' = ('0[m]', '0[m]', '0[m]'), keep_input_entities: 'bool | str' = 'false', **fields: 'Any') -> 'Feature'