methodAvailable
block
Create the same Geometry > Block primitive exposed by the UI.
Reference contract
| Field | Value | Description |
|---|---|---|
| symbol | telion_api.Model.block | — |
| signature | (label: 'str' = 'Block 1', length: 'Any' = '1[m]', width: 'Any' = '1[m]', height: 'Any' = '1[m]', position: 'Iterable[Any]' = ('0[m]', '0[m]', '0[m]'), origin: 'str' = 'Corner', **fields: 'Any') -> 'Feature' | — |
| return | Feature | — |
Create the same Geometry > Block primitive exposed by the UI.
Contract
| Property | Value |
|---|---|
| symbol | telion_api.Model.block |
| signature | (label: 'str' = 'Block 1', length: 'Any' = '1[m]', width: 'Any' = '1[m]', height: 'Any' = '1[m]', position: 'Iterable[Any]' = ('0[m]', '0[m]', '0[m]'), origin: 'str' = 'Corner', **fields: 'Any') -> 'Feature' |
| return | Feature |
Signature
telion_api.Model.block(label: 'str' = 'Block 1', length: 'Any' = '1[m]', width: 'Any' = '1[m]', height: 'Any' = '1[m]', position: 'Iterable[Any]' = ('0[m]', '0[m]', '0[m]'), origin: 'str' = 'Corner', **fields: 'Any') -> 'Feature'