Constructor (class MKI_3D_CUBE) New in Version 2026.1

www.CAD6.com

C++ Syntax

MKI_3D_CUBE::MKI_3D_CUBE( void );

 

Empty default constructor.

 

MKI_3D_CUBE::MKI_3D_CUBE(

 MKI_3D_CUBE* f_pThis );

 

Standard copy constructor.

 

MKI_3D_CUBE::MKI_3D_CUBE(

 const MKI_3D_POINT& f_rPoint );

 

Initializes this cube with the given point.

 

MKI_3D_CUBE::MKI_3D_CUBE(

 const MKI_3D_POINT& f_rMin,

 const MKI_3D_POINT& f_rMax );

 

Initializes this cube with the given points.

 

MKI_3D_CUBE::MKI_3D_CUBE(

 double f_dMinX,

 double f_dMinY,

 double f_dMinZ,

 double f_dMaxX,

 double f_dMaxY,

 double f_dMaxZ );

 

Initializes this cube with the given extents.

 

Make sure that the Min* value always contain values smaller than or equal to the Max* value.

 

CAD6interface 2026.1 - Copyright 2026 Malz++Kassner® GmbH