Skip to documentation content
On this page
  1. Contract
  2. Signature

create_data

Publish unstructured-grid result data using the canonical API.

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'
create_data — Telion Python API 0.1.0-alpha | Telion