![]() |
MKI_InputDrawBezier (Input) Changed in Version 2015.0 |
www.CAD6.com |
C++ Syntaxvoid MKI_InputDrawBezier( MKI_CONST_POINT_REF f_rPoint1, MKI_CONST_POINT_REF f_rPoint2, MKI_CONST_POINT_REF f_rPoint3, MKI_CONST_POINT_REF f_rPoint4 );
Draws a bézier curve spanned by the given points.
This command may only be called from within a MKI_InputDisplayProc!
ParametersPoint1 [MKI_CONST_POINT_REF] Coordinates of the Bézier curve's start-point in internal [mm] (relative to the page center, scale-independent). Point2 [MKI_CONST_POINT_REF] Coordinates of the Bézier curve's first control point in internal [mm] (relative to the page center, scale-independent). Point3 [MKI_CONST_POINT_REF] Coordinates of the Bézier curve's second control point in internal [mm] (relative to the page center, scale-independent). Point4 [MKI_CONST_POINT_REF] Coordinates of the Bézier curve's end-point in internal [mm] (relative to the page center, scale-independent).
|
CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH