Set (class MKI_3D_PLANE) New in Version 2026.1

www.CAD6.com

C++ Syntax

void

MKI_3D_PLANE::Set(

 const MKI_3D_POINT& f_rPoint1,

 const MKI_3D_POINT& f_rPoint2,

 const MKI_3D_POINT& f_rPoint3 );

 

void

MKI_3D_PLANE::Set(

 const MKI_3D_POINT& f_rPoint,

 const MKI_3D_VECTOR& f_rVector1,

 const MKI_3D_VECTOR& f_rVector2 );

 

Initializes this plane with the given values

 

void

MKI_3D_PLANE::Set(

 const MKI_3D_MATRIX& f_rMatrix );

 

Initializes this plane with the X-/Y-plane multiplied by Matrix.

 

CAD6interface 2026.1 - Copyright 2026 Malz++Kassner® GmbH