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

Constructor

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

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
Constructor — Telion Python API 0.1.0-alpha | Telion