The CADSetMeshQuality function enables users to set and/or get the MeshQuality value used to build mesh in the library.
Syntax:
int CADSetMeshQuality(
HANDLE Handle,
double* ANewValue,
double* AOldValue
);
Parameters:
Handle |
Identifies the CADImage object handle. |
ANewValue |
Mesh quality. |
AOldValue |
Previous value of mesh quality. |
Return Value:
If the function succeeds, the return value is 1.
If the function fails, the return value is 0.
See Also
© 2003-2024 CADSoftTools
Go to CAD DLL