MeshConvertAccuracyTypes Enumerator
Description
Specify the resolution for the organic mesh conversion if ByAccuracyMeshConvertResolutionType is selectedDefined in namespace "adsk::fusion" and the header file is <Fusion\FusionTypeDefs.h>
Methods
Name | Value | Description |
HighMeshConvertAccuracyType | 2 | Converts the body with high accuracy compared to the original mesh body. (Average) |
LowMeshConvertAccuracyType | 0 | Converts the body with low accuracy compared to the original mesh body. (Fastest) |
MediumMeshConvertAccuracyType | 1 | Converts the body with medium accuracy compared to the original mesh body. (Fast) |
PreciseMeshConvertAccuracyType | 3 | Converts the body with the highest possible accuracy compared to the original mesh body. (Slowest) |