Workspace 6.21.5
|
Reads a Polygonal File Format (.PLY) file into a MeshModelInterface object.
Inputs: | |||
---|---|---|---|
File name | QString | ||
Stop after N points | int | Stop reading the file after the specified number of points have been read. | |
Mesh model | Modified-in-place | CSIRO::Mesh::MeshModelInterface | Specify a custom implementation of MeshModelInterface to use. This can be done using the CreateMeshModelInterface operation. Output the mesh model |
Outputs: | |||
Mesh model | CSIRO::Mesh::MeshModelInterface | Specify a custom implementation of MeshModelInterface to use. This can be done using the CreateMeshModelInterface operation. Output the mesh model | |
Texture file name | QString |