methodAvailable
import_mesh
Import, validate, and install a mesh through the public runtime boundary.
Reference contract
| Field | Value | Description |
|---|---|---|
| symbol | telion_api.Model.import_mesh | — |
| signature | (source: 'str | os.PathLike[str] | Mesh | dict[str, Any]', *, format: 'str | None' = None, scale: 'float' = 1.0) -> 'Mesh' | — |
| return | Mesh | — |
Import, validate, and install a mesh through the public runtime boundary.
Contract
| Property | Value |
|---|---|
| symbol | telion_api.Model.import_mesh |
| signature | (source: 'str | os.PathLike[str] | Mesh | dict[str, Any]', *, format: 'str | None' = None, scale: 'float' = 1.0) -> 'Mesh' |
| return | Mesh |
Signature
telion_api.Model.import_mesh(source: 'str | os.PathLike[str] | Mesh | dict[str, Any]', *, format: 'str | None' = None, scale: 'float' = 1.0) -> 'Mesh'