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

block

Create the same Geometry > Block primitive exposed by the UI.

Reference contract

FieldValueDescription
symboltelion_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'
returnFeature

Create the same Geometry > Block primitive exposed by the UI.

Contract

PropertyValue
symboltelion_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'
returnFeature

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'

Authoritative source

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