methodAvailable
replace_coordinates
Replace node coordinates while retaining Telion's current topology and tags.
Reference contract
| Field | Value | Description |
|---|---|---|
| symbol | telion_api.Mesh.replace_coordinates | — |
| signature | (coordinates: 'Iterable[Iterable[float]] | Iterable[dict[str, Any]] | dict[int | str, Iterable[float]]') -> "'Mesh'" | — |
| return | 'Mesh' | — |
Replace node coordinates while retaining Telion's current topology and tags.
Contract
| Property | Value |
|---|---|
| symbol | telion_api.Mesh.replace_coordinates |
| signature | (coordinates: 'Iterable[Iterable[float]] | Iterable[dict[str, Any]] | dict[int | str, Iterable[float]]') -> "'Mesh'" |
| return | 'Mesh' |
Signature
telion_api.Mesh.replace_coordinates(coordinates: 'Iterable[Iterable[float]] | Iterable[dict[str, Any]] | dict[int | str, Iterable[float]]') -> "'Mesh'"