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

create_data

Publish unstructured-grid result data using the canonical API.

Reference

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'