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

import_mesh

Import, validate, and install a mesh through the public runtime boundary.

Import, validate, and install a mesh through the public runtime boundary.

Contract

PropertyValue
symboltelion_api.Model.import_mesh
signature(source: 'str | os.PathLike[str] | Mesh | dict[str, Any]', *, format: 'str | None' = None, scale: 'float' = 1.0) -> 'Mesh'
returnMesh

Signature

telion_api.Model.import_mesh(source: 'str | os.PathLike[str] | Mesh | dict[str, Any]', *, format: 'str | None' = None, scale: 'float' = 1.0) -> 'Mesh'
import_mesh — Telion Python API 0.1.0-alpha | Telion