The CADSetNumberOfParts function sets the number of partitionings used to create an ellipse or a circle. If the Handle value is NULL, global settings are set.
Syntax:
int CADSetNumberOfParts(
HANDLE Handle,
int ASpline,
int ACircle
);
Parameters:
Handle |
Identifies the CADImage object handle. |
ASpline |
Number of partitionings for an ellipse |
ACircle |
Number of partitionings 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 | CADGetNumberOfParts
© 2003-2024 CADSoftTools
Go to CAD DLL