TriangleMeshCalculator.calculate Method
Parent Object: TriangleMeshCalculatorDefined in namespace "adsk::fusion" and the header file is <Fusion/MeshData/TriangleMeshCalculator.h>
Description
Calculates a new triangle mesh based on the current settings.
Syntax
"triangleMeshCalculator_var" is a variable referencing a TriangleMeshCalculator object.
|
Return Value
Type | Description |
TriangleMesh | Returns the new TriangleMesh object or null in the case where the calculation failed. |