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