#include <gls_clipping_group.h>
intialization parameters for a GlsClippingGroup
◆ CopyWithObjectsArray()
create a copy of the init parameters with the object array init objects array replaced with the given array of objects
- Parameters
-
newObjects | new array of ojects |
- Returns
- copy of given init parameters with object array init objects array replaced
- Precondition
- newObjects != GLS_NULL, newObjects array has initParameters.groupInitParameters.objectArrayInitParameters.numObjects elements
- Postcondition
- none
◆ blc
const GlsVector3D GlsClippingGroup::InitParameters::blc |
bottom left corner of the clip region in logical units
◆ clippingActive
const GlsBool GlsClippingGroup::InitParameters::clippingActive |
determines if geometry will be clipped between blc and trc
◆ groupInitParameters
base class init parameters
◆ trc
const GlsVector3D GlsClippingGroup::InitParameters::trc |
top right corner of the clip region in logical units