MeshRepairRebuildTypes Enumerator
Description
Specify the method for the rebuild type of mesh repair. If AccurateMeshRepairRebuildType is chosen, an offset can be set.Defined in namespace "adsk::fusion" and the header file is <Fusion\FusionTypeDefs.h>
Methods
Name | Value | Description |
AccurateMeshRepairRebuildType | 2 | Rebuilds mesh body as accurately as possible. |
BlockyMeshRepairRebuildType | 3 | The mesh will be rebuild in a blocky style. |
FastMeshRepairRebuildType | 0 | Rebuilds mesh body quickly, but not accurately. |
PreserveSharpEdgesMeshRepairRebuildType | 1 | Rebuilding the mesh, while preserving sharp edges. |