MeshManager.createMeshCalculator Method
Parent Object: MeshManagerDefined in namespace "adsk::fusion" and the header file is <Fusion/MeshData/MeshManager.h>
Description
Creates a new MeshCalculator which is used to calculate new triangular meshes based on various parameters that control the calculation.
Syntax
"meshManager_var" is a variable referencing a MeshManager object.
|
Return Value
Type | Description |
TriangleMeshCalculator | Returns the new MeshCalculator object or null if the creation failed. |