constructorAvailable
Constructor
Construct `telion_api.MeshSet` with the installed signature `(label: 'str', dimension: 'str', tags: 'tuple[str, ...]', entity_ids: 'tuple[int, ...]') -> None`.
Reference contract
| Field | Value | Description |
|---|---|---|
| symbol | telion_api.MeshSet | — |
| signature | (label: 'str', dimension: 'str', tags: 'tuple[str, ...]', entity_ids: 'tuple[int, ...]') -> None | — |
| return | telion_api.MeshSet | — |
Construct telion_api.MeshSet with the installed signature (label: 'str', dimension: 'str', tags: 'tuple[str, ...]', entity_ids: 'tuple[int, ...]') -> None.
Contract
| Property | Value |
|---|---|
| symbol | telion_api.MeshSet |
| signature | (label: 'str', dimension: 'str', tags: 'tuple[str, ...]', entity_ids: 'tuple[int, ...]') -> None |
| return | telion_api.MeshSet |
Signature
MeshSet(label: 'str', dimension: 'str', tags: 'tuple[str, ...]', entity_ids: 'tuple[int, ...]') -> None