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

create_data

Publish unstructured-grid result data using the canonical API.

Reference contract

FieldValueDescription
symboltelion_api.Model.create_data
signature(label: 'str', points: 'Iterable[Iterable[Any]] | Iterable[Any]', cells: 'Iterable[Iterable[Any]] | Iterable[Any]', point_data: 'dict[str, Any] | None' = None, cell_data: 'dict[str, Any] | None' = None, cell_types: 'Iterable[Any] | None' = None, summary: 'str' = '', field_data: 'dict[str, Any] | None' = None) -> 'None'
returnNone

Publish unstructured-grid result data using the canonical API.

Contract

PropertyValue
symboltelion_api.Model.create_data
signature(label: 'str', points: 'Iterable[Iterable[Any]] | Iterable[Any]', cells: 'Iterable[Iterable[Any]] | Iterable[Any]', point_data: 'dict[str, Any] | None' = None, cell_data: 'dict[str, Any] | None' = None, cell_types: 'Iterable[Any] | None' = None, summary: 'str' = '', field_data: 'dict[str, Any] | None' = None) -> 'None'
returnNone

Signature

telion_api.Model.create_data(label: 'str', points: 'Iterable[Iterable[Any]] | Iterable[Any]', cells: 'Iterable[Iterable[Any]] | Iterable[Any]', point_data: 'dict[str, Any] | None' = None, cell_data: 'dict[str, Any] | None' = None, cell_types: 'Iterable[Any] | None' = None, summary: 'str' = '', field_data: 'dict[str, Any] | None' = None) -> 'None'

Authoritative source

Catalog
python:telion_api.__all__
Identity
telion_api.Model.create_data
Path
sdk/python/telion_api/model.py
Symbol
telion_api.Model.create_data