Builds a mesh using the general mesh function using the referenced point cloud data.
Input Arguments
0 |
Collection Object Name |
Output Mesh Name |
Name of the mesh to build |
1 |
Collection Object Name Ref list |
Cloud to Mesh |
List of clouds to use for the mesh |
2 |
Double |
Maximum Triangle Size |
Resolution of the mesh |
3 |
Double |
Smallest Hole Diameter |
Smallest hole to detect |
4 |
Boolean |
Finalize |
True builds a finalized mesh |
5 |
Boolean |
Use Scan Direction For Point Normal |
True enables the use of the normal transforms saved within a Scan Stripe Cloud |
Return Arguments
None.
Returned Status
SUCCESS |
The mesh was built successfully. |
FAILURE |
One of the clouds was not found, or the mesh could not be built. |
Remarks
None.