Skip to documentation content
On this page
  1. Contract
  2. Signature

replace_coordinates

Replace node coordinates while retaining Telion's current topology and tags.

Replace node coordinates while retaining Telion's current topology and tags.

Contract

PropertyValue
symboltelion_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'"
replace_coordinates — Telion Python API 0.1.0-alpha | Telion