methodAvailable
create_dataset
Publish derived unstructured-grid result data into Telion.
Reference contract
| Field | Value | Description |
|---|---|---|
| symbol | telion_api.Model.create_dataset | — |
| 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' | — |
| return | None | — |
Publish derived unstructured-grid result data into Telion.
Contract
| Property | Value |
|---|---|
| symbol | telion_api.Model.create_dataset |
| 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' |
| return | None |
Signature
telion_api.Model.create_dataset(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'