MKI_CalcCircumcircle (Calculation) Changed in Version 2015.0

www.CAD6.com

C++ Syntax

__int32

MKI_CalcCircumcircle(

 MKI_CONST_POINT_REF f_rPoint1,

 MKI_CONST_POINT_REF f_rPoint2,

 MKI_CONST_POINT_REF f_rPoint3,

 MKI_POINT_REF f_rCenter );

 

Calculates the circumcircle's center of a triangle.

 

Parameters

Point1

Point2

Point3

[MKI_CONST_POINT_PTR] Three corner-points of the triangle whose circumcircle's center-point is to be calculated.

Center

[MKI_POINT_REF] Address of point buffer to receive the calculated circumcircle's center-point.

 

Return Value

Number of center-points points found. This value is either 0 or 1.

 

CAD6interface 2026.0 - Copyright 2026 Malz++Kassner® GmbH