MeshGenerateFaceGroupsMethodTypes Enumerator
Description
Specify the generate face group method for the mesh.Defined in namespace "adsk::fusion" and the header file is <Fusion\FusionTypeDefs.h>
Methods
Name | Value | Description |
AccurateGenerateFaceGroupsType | 1 | Generates face groups by matching mesh faces to simple geometric primitives. Prioritizes accuracy over speed. |
FastGenerateFaceGroupsType | 0 | Generates face groups based on an angle threshold between faces. Prioritizes speed over accuracy. |