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

field_data

`field_data` is an optional parameter of `telion_api.Model.create_dataset_from_current_mesh` with the installed type contract `dict[str, Any] | None`.

Reference contract

FieldValueDescription
symboltelion_api.Model.create_dataset_from_current_mesh
parameterfield_data
kindpositional-or-keyword
typedict[str, Any] | None
requiredfalse
defaultnull

field_data is an optional parameter of telion_api.Model.create_dataset_from_current_mesh with the installed type contract dict[str, Any] | None.

Contract

PropertyValue
symboltelion_api.Model.create_dataset_from_current_mesh
parameterfield_data
kindpositional-or-keyword
typedict[str, Any] | None
requiredfalse
defaultnull

Authoritative source

Catalog
python:telion_api.__all__
Identity
telion_api.Model.create_dataset_from_current_mesh:parameter:field_data
Path
sdk/python/telion_api/model.py
Symbol
telion_api.Model.create_dataset_from_current_mesh
field_data — Telion Python API 0.1.0-beta | Telion