MeshRefinementSettings Enumerator
Description
The different refinement settings supported when exporting the design as an STL or 3MF file.Defined in namespace "adsk::fusion" and the header file is <Fusion\FusionTypeDefs.h>
Methods
Name | Value | Description |
MeshRefinementCustom | 3 | Indicates that the settings are not predefined values associated with high, medium, or low quality export. |
MeshRefinementHigh | 0 | Sets the various settings to the values associated with a high quality export. |
MeshRefinementLow | 2 | Sets the various settings to the values associated with a low quality export. |
MeshRefinementMedium | 1 | Sets the various settings to the values associated with a medium quality export. |