Set (class MKI_3D_CUBE) New in Version 2026.1

www.CAD6.com

C++ Syntax

void

MKI_3D_CUBE::Set(

 const MKI_3D_POINT& f_rPoint );

 

void

MKI_3D_CUBE::Set(

 const MKI_3D_POINT& f_rMin,

 const MKI_3D_POINT& f_rMax );

 

void

MKI_3D_CUBE::Set(

 double f_dMinX,

 double f_dMinY,

 double f_dMinZ,

 double f_dMaxX,

 double f_dMaxY,

 double f_dMaxZ );

 

Initializes this cube with the given values without checking or sorting them.

 

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

 

CAD6interface 2026.1 - Copyright 2026 Malz++Kassner® GmbH