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

Constructor

Construct `telion_api.MeshElement` with the installed signature `(id: 'int', type: 'str', node_ids: 'tuple[int, ...]', tag: 'str') -> None`.

Reference contract

FieldValueDescription
symboltelion_api.MeshElement
signature(id: 'int', type: 'str', node_ids: 'tuple[int, ...]', tag: 'str') -> None
returntelion_api.MeshElement

Construct telion_api.MeshElement with the installed signature (id: 'int', type: 'str', node_ids: 'tuple[int, ...]', tag: 'str') -> None.

Contract

PropertyValue
symboltelion_api.MeshElement
signature(id: 'int', type: 'str', node_ids: 'tuple[int, ...]', tag: 'str') -> None
returntelion_api.MeshElement

Signature

MeshElement(id: 'int', type: 'str', node_ids: 'tuple[int, ...]', tag: 'str') -> None

Authoritative source

Catalog
python:telion_api.__all__
Identity
telion_api.MeshElement.__init__
Path
sdk/python/telion_api/model.py
Symbol
telion_api.MeshElement