Skip to documentation content
On this page
  1. Reference contract
  2. Contract
  3. Signature
  4. Authoritative source

replace_coordinates

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

Reference contract

FieldValueDescription
symboltelion_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

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'"

Authoritative source

Catalog
python:telion_api.__all__
Identity
telion_api.Mesh.replace_coordinates
Path
sdk/python/telion_api/model.py
Symbol
telion_api.Mesh.replace_coordinates