Add (class MKI_3D_POINT) New in Version 2026.1

www.CAD6.com

C++ Syntax

void

MKI_3D_POINT::Add(

 const double f_dX,

 const double f_dY,

 const double f_dZ );

 

void

MKI_3D_POINT::Add(

 const MKI_3D_VECTOR& f_rVector );

 

void

MKI_3D_POINT::Add(

 const MKI_3D_POINT& f_rPoint );

 

void

MKI_3D_POINT::Add(

 MKI_CONST_POINT_REF f_rVector );

 

Adds the given offset to this point.

 

void

MKI_3D_POINT::Add(

 const MKI_3D_VECTOR& f_rVector,

 const double f_dFactor );

 

Adds Factor · Vector to this point.

 

CAD6interface 2026.1 - Copyright 2026 Malz++Kassner® GmbH