|
MKI_InputDrawCircleArc (Input) Changed in Version 2016.1 |
www.CAD6.com |
C++ Syntaxvoid MKI_InputDrawCircleArc( MKI_CONST_POINT_REF f_rCenter, MKI_CONST_POINT_REF f_rAngle1, MKI_CONST_POINT_REF f_rAngle2, bool f_fPositive );
Draws a circular arc determined by its center-point and two angle definition points.
This command may only be called from within a MKI_InputDisplayProc!
ParametersCenter [MKI_CONST_POINT_REF] Coordinates of the circle's center-point in internal [mm] (relative to the internal origin, scale-independent). Angle1 [MKI_CONST_POINT_REF] Coordinates of the circular arc's radius definition and start-angle definition point in internal [mm] (relative to the internal origin, scale-independent). Angle2 [MKI_CONST_POINT_REF] Coordinates of the circular arc's end-angle definition point in internal [mm] (relative to the internal origin, scale-independent). Positive [bool] If true, the arc is drawn in positive direction, i.e. counterclockwise. If false, it is drawn in negative direction, i.e. clockwise.
|
CAD6interface 2026.0 - Copyright 2026 Malz++Kassner® GmbH