Skip to documentation content
On this page
  1. Reference
  2. Contract
  3. Signature

Constructor

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

Reference

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