|
MKI_InputDrawCurve (Input) Changed in Version 2025.2 |
www.CAD6.com |
C++ Syntaxvoid MKI_InputDrawCurve( MKI_CONST_POINTDATA_PTR f_pPoints, __int32 f_nPointCount, bool f_fClosed );
Draws a curve or surface consisting of lines, Bézier curves, and circular arcs.
This command may only be called from within a MKI_InputDisplayProc!
ParametersPoints Changed in Version 2025.2 [MKI_CONST_POINTDATA_PTR] For each point: Coordinates in internal [mm] (relative to the internal origin, scale-independent) in m_cPoint and corresponding point type in m_nType (see MKI_DB_POINT_*). The other members are ignored. PointCount [__int32] Number of points. Closed [bool] If true, the data will be used to draw closed surfaces. If false, open curves will be drawn.
|
CAD6interface 2026.0 - Copyright 2026 Malz++Kassner® GmbH