The CADGetNumberOfParts function returns the number of splittings used to create an ellipse or a circle. If the Handle value is NULL, global settings are returned.
Syntax
int CADGetNumberOfParts(
HANDLE Handle,
int* ASpline,
int* ACircle
);
Parameters
Handle |
Identifies the CADImage object handle. |
ASpline |
Number of splitting for an ellipse. |
ACircle |
Number of splitting for a circle. |
Return Value
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error information, call CADGetLastError.
See Also
CADCreate | CADSetNumberOfParts
© 2003-2024 CADSoftTools
Go to CAD DLL