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