CADSetMeshQuality

  Functions >

CADSetMeshQuality

Previous pageReturn to chapter overviewNext page

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,

  doubleANewValue,

    doubleAOldValue

);

 

 

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

CADCreate  | GetIs3D


© 2003-2024 CADSoftTools

Go to CAD DLL