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