MKI_CalcIncircle (Calculation) Changed in Version 2015.0

www.CAD6.com

C++ Syntax

__int32

MKI_CalcIncircle(

 MKI_CONST_POINT_REF f_rPoint1,

 MKI_CONST_POINT_REF f_rPoint2,

 MKI_CONST_POINT_REF f_rPoint3,

 MKI_POINT_REF f_rCenter,

 MKI_POINT_REF f_rRadius );

 

Calculates the incircle's center of a triangle.

 

Parameters

Point1

Point2

Point3

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

Center

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

Radius New in Version 2010.0

[MKI_POINT_REF] Address of point buffer to receive the calculated incircle's radius definition point.

 

Return Value

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

 

CAD6interface 2026.0 - Copyright 2026 Malz++Kassner® GmbH