MKI_InputDrawEllipse (Input) Changed in Version 2015.0

www.CAD6.com

C++ Syntax

void

MKI_InputDrawEllipse(

 MKI_CONST_POINT_REF f_rCenter,

 MKI_CONST_POINT_REF f_rVector1,

 MKI_CONST_POINT_REF f_rVector2 );

 

Draws an ellipse determined by its center-point and to spanning vectors' end-points.

 

This command may only be called from within a MKI_InputDisplayProc!

 

Parameters

Center

[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).

 

CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH