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

sample

Linearly interpolate a point field inside the containing tetrahedron.

Reference contract

FieldValueDescription
symboltelion_api.Dataset.sample
signature(name: 'str', x: 'float', y: 'float', z: 'float', tolerance: 'float' = 1e-10) -> 'float | list[float]'
returnfloat | list[float]

Linearly interpolate a point field inside the containing tetrahedron.

Contract

PropertyValue
symboltelion_api.Dataset.sample
signature(name: 'str', x: 'float', y: 'float', z: 'float', tolerance: 'float' = 1e-10) -> 'float | list[float]'
returnfloat | list[float]

Signature

telion_api.Dataset.sample(name: 'str', x: 'float', y: 'float', z: 'float', tolerance: 'float' = 1e-10) -> 'float | list[float]'

Authoritative source

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