![]() |
MKI_InputDrawEllipseArc (Input) Changed in Version 2015.0 |
www.CAD6.com |
C++ Syntaxvoid MKI_InputDrawEllipseArc( MKI_CONST_POINT_REF f_rCenter, MKI_CONST_POINT_REF f_rVector1, MKI_CONST_POINT_REF f_rVector2, MKI_CONST_POINT_REF f_rAngle1, MKI_CONST_POINT_REF f_rAngle2, bool f_fPositive );
Draws an ellipse arc determined by its center-point, its spanning vectors' end-points and two angles.
This command may only be called from within a MKI_InputDisplayProc!
ParametersCenter [MKI_CONST_POINT_REF] Coordinates of the ellipse's center-point in internal [mm] (relative to the page center, scale-independent). Vector1 [MKI_CONST_POINT_REF] Coordinates of the ellipse's first vector end-point in internal [mm] (relative to the page center, scale-independent). Vector2 [MKI_CONST_POINT_REF] Coordinates of the ellipse's second vector end-point in internal [mm] (relative to the page center, scale-independent). Angle1 [MKI_CONST_POINT_REF] Coordinates of the ellipse arc's start-angle definition point in internal [mm] (relative to the page center, scale-independent). Angle2 [MKI_CONST_POINT_REF] Coordinates of the ellipse arc's end-angle definition point in internal [mm] (relative to the page center, 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 2025.0 - Copyright 2025 Malz++Kassner® GmbH