MeshManager.createMeshCalculator Method

Parent Object: MeshManager
Defined 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.
returnValue = meshManager_var.createMeshCalculator()
"meshManager_var" is a variable referencing a MeshManager object.

#include <Fusion/MeshData/MeshManager.h>

returnValue = meshManager_var->createMeshCalculator();

Return Value

Type Description
TriangleMeshCalculator Returns the new MeshCalculator object or null if the creation failed.

Version

Introduced in version August 2014