methodAvailable
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
| Field | Value | Description |
|---|---|---|
| symbol | telion_api.Data.sample_points | — |
| signature | (name: 'str', points: 'Iterable[Iterable[float]]', tolerance: 'float' = 1e-10, nearest: 'bool' = False) -> 'list[float | list[float]]' | — |
| return | list[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
| Property | Value |
|---|---|
| symbol | telion_api.Data.sample_points |
| signature | (name: 'str', points: 'Iterable[Iterable[float]]', tolerance: 'float' = 1e-10, nearest: 'bool' = False) -> 'list[float | list[float]]' |
| return | list[float | list[float]] |
Signature
telion_api.Data.sample_points(name: 'str', points: 'Iterable[Iterable[float]]', tolerance: 'float' = 1e-10, nearest: 'bool' = False) -> 'list[float | list[float]]'