CadDrawGenArc
Low-level generic-arc paint hook (reserved; undocumented in Vecad).
std::int32_t CadDrawGenArc (
double Xcen,
double Ycen,
double Zcen,
double Radius,
double AngStart,
double AngArc,
std::int32_t nVers
);
Parameters
- Xcen (double)
- X coordinate of the rectangle / region centre.
- Ycen (double)
- Y coordinate of the rectangle / region centre.
- Zcen (double)
- Numeric value (double precision).
- Radius (double)
- Radius in world units.
- AngStart (double)
- Numeric value (double precision).
- AngArc (double)
- Numeric value (double precision).
- nVers (std::int32_t)
- Number of elements.
Return Value
Nonzero (TRUE) on success, 0 (FALSE) on failure.