Workspace 6.21.5
|
Reads a STereoLithography (.STL) file from a source location into a MeshModelInterface object.
Inputs: | |||
---|---|---|---|
File name | QString | ||
Mesh model interface | Modified-in-place | CSIRO::Mesh::MeshModelInterface | A source MeshModelInterface to populate - can be left empty unless you have a specific MeshModelInterface type to be used |
Node merge threshold | Deprecated | double | Nodes with a proximity smaller than this value will be merged together into a single node in the output MeshModelInterface. Input "Node merge threshold" is not used or needed by the STL reader. |
Typical element size | Deprecated | double | Indicator of node spacing in the mesh (used for node spatial searching). Setting this too high will decrease loading time, while a value too low will use excessive amounts of memory. Input "Typical element size" is not used or needed by the STL reader. |
Outputs: | |||
Mesh model | CSIRO::Mesh::MeshModelInterface |