Intersect (class MKI_3D_PLANE) New in Version 2026.1

www.CAD6.com

C++ Syntax

double

MKI_3D_PLANE::Intersect(

 const MKI_3D_EDGE& f_rEdge,

 MKI_3D_POINT& f_rResult ) const;

 

Calculates the intersection of this plane with Edge and saves it in Result.

 

Return Value

Returns the relative location of the intersection on the edge or MKI_DOUBLE_NOVAL if unsuccessful.

 

double

MKI_3D_PLANE::Intersect(

 const MKI_3D_POINT& f_rPoint1,

 const MKI_3D_POINT& f_rPoint2,

 MKI_3D_POINT& f_rResult ) const;

 

Calculates the intersection of this plane with the line defined by Point1 and Point2 and saves it in Result.

 

Return Value

Returns the relative location of the intersection on the line or MKI_DOUBLE_NOVAL if unsuccessful.

 

bool

MKI_3D_PLANE::Intersect(

 const MKI_3D_PLANE& f_rPlane,

 MKI_3D_EDGE& f_rResult ) const;

 

Calculates the intersection of this plane with Plane and saves it in Result.

 

Return Value

Returns true if an intersection was found.

 

CAD6interface 2026.1 - Copyright 2026 Malz++Kassner® GmbH