methodAvailable
cell_field
Reject Python-generated mesh fields; Telion runtime owns derived result data.
Reference contract
| Field | Value | Description |
|---|---|---|
| symbol | telion_api.Mesh.cell_field | — |
| signature | (name: 'str', values: 'Iterable[Any] | Callable[[int, list[int], tuple[float, float, float]], Any]', unit: 'str' = '') -> 'Field' | — |
| return | Field | — |
Reject Python-generated mesh fields; Telion runtime owns derived result data.
Contract
| Property | Value |
|---|---|
| symbol | telion_api.Mesh.cell_field |
| signature | (name: 'str', values: 'Iterable[Any] | Callable[[int, list[int], tuple[float, float, float]], Any]', unit: 'str' = '') -> 'Field' |
| return | Field |
Signature
telion_api.Mesh.cell_field(name: 'str', values: 'Iterable[Any] | Callable[[int, list[int], tuple[float, float, float]], Any]', unit: 'str' = '') -> 'Field'