MKI_InputDrawCurve (Input) Changed in Version 2016.0

www.CAD6.com

C++ Syntax

void

MKI_InputDrawCurve(

 MKI_CONST_POINT_PTR f_pPoints,

 const __int32* f_pTypes,

 __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!

 

Parameters

Points

[MKI_CONST_POINT_PTR] Coordinates of the curve's points in internal [mm] (relative to the page center, scale-independent).

Types

[const __int32*] List of curve's point types. If nullptr, all point are assumed to be standard points in a polyline or polygon. Otherwise, this list must contains on type for each point in Points (see MKI_DB_POINT_*).

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 2025.0 - Copyright 2025 Malz++Kassner® GmbH