constructorAvailable
Constructor
Construct `telion_api.MeshElement` with the installed signature `(id: 'int', type: 'str', node_ids: 'tuple[int, ...]', tag: 'str') -> None`.
Reference contract
| Field | Value | Description |
|---|---|---|
| symbol | telion_api.MeshElement | — |
| signature | (id: 'int', type: 'str', node_ids: 'tuple[int, ...]', tag: 'str') -> None | — |
| return | telion_api.MeshElement | — |
Construct telion_api.MeshElement with the installed signature (id: 'int', type: 'str', node_ids: 'tuple[int, ...]', tag: 'str') -> None.
Contract
| Property | Value |
|---|---|
| symbol | telion_api.MeshElement |
| signature | (id: 'int', type: 'str', node_ids: 'tuple[int, ...]', tag: 'str') -> None |
| return | telion_api.MeshElement |
Signature
MeshElement(id: 'int', type: 'str', node_ids: 'tuple[int, ...]', tag: 'str') -> None