SetAdd (class MKI_3D_POINT) New in Version 2026.1

www.CAD6.com

C++ Syntax

void

MKI_3D_POINT::SetAdd(

 const MKI_3D_POINT& f_rPoint,

 const MKI_3D_VECTOR& f_rVector );

 

void

MKI_3D_POINT::SetAdd(

 const MKI_3D_POINT& f_rPoint,

 MKI_CONST_POINT_REF f_rVector );

 

void

MKI_3D_POINT::SetAdd(

 MKI_CONST_POINT_REF f_rPoint,

 const MKI_3D_VECTOR& f_rVector );

 

Assigns Point + Vector to this point.

 

void

MKI_3D_POINT::SetAdd(

 const MKI_3D_POINT& f_rPoint,

 const double f_dFactor,

 const MKI_3D_VECTOR& f_rVector );

 

Assigns Point + ( Factor · Vector ) to this point.

 

CAD6interface 2026.1 - Copyright 2026 Malz++Kassner® GmbH