Skip to documentation content
On this page
  1. Contract

coordinates

`coordinates` is a required parameter of `telion_api.Mesh.replace_coordinates` with the installed type contract `Iterable[Iterable[float]] | Iterable[dict[str, Any]] | dict[int | str, Iterable[float]]`.

coordinates is a required parameter of telion_api.Mesh.replace_coordinates with the installed type contract Iterable[Iterable[float]] | Iterable[dict[str, Any]] | dict[int | str, Iterable[float]].

Contract

PropertyValue
symboltelion_api.Mesh.replace_coordinates
parametercoordinates
typeIterable[Iterable[float]] | Iterable[dict[str, Any]] | dict[int | str, Iterable[float]]
requiredtrue
defaultrequired
coordinates — Telion Python API 0.1.0-alpha | Telion