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

sample_points

Sample a point field at many coordinates. By default values are linearly interpolated inside the containing tetrahedron. Set ``nearest=True`` for nearest-node probing when points are outside the solved mesh or exact nodal values are desired.

Reference contract

FieldValueDescription
symboltelion_api.Dataset.sample_points
signature(name: 'str', points: 'Iterable[Iterable[float]]', tolerance: 'float' = 1e-10, nearest: 'bool' = False) -> 'list[float | list[float]]'
returnlist[float | list[float]]

Sample a point field at many coordinates. By default values are linearly interpolated inside the containing tetrahedron. Set nearest=True for nearest-node probing when points are outside the solved mesh or exact nodal values are desired.

Contract

PropertyValue
symboltelion_api.Dataset.sample_points
signature(name: 'str', points: 'Iterable[Iterable[float]]', tolerance: 'float' = 1e-10, nearest: 'bool' = False) -> 'list[float | list[float]]'
returnlist[float | list[float]]

Signature

telion_api.Dataset.sample_points(name: 'str', points: 'Iterable[Iterable[float]]', tolerance: 'float' = 1e-10, nearest: 'bool' = False) -> 'list[float | list[float]]'

Authoritative source

Catalog
python:telion_api.__all__
Identity
telion_api.Dataset.sample_points
Path
sdk/python/telion_api/model.py
Symbol
telion_api.Dataset.sample_points