Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Data Fields
Bnd_OBB::HalfSizes Struct Reference

Structure containing the OBB half-size dimensions. Can be used with C++17 structured bindings: More...

#include <Bnd_OBB.hxx>

Data Fields

double X
 Half-size along X axis.
 
double Y
 Half-size along Y axis.
 
double Z
 Half-size along Z axis.
 

Detailed Description

Structure containing the OBB half-size dimensions. Can be used with C++17 structured bindings:

auto [aHX, aHY, aHZ] = anOBB.GetHalfSizes();
STL input iterator that wraps an OCCT More()/Next() iterator.
Definition NCollection_ForwardRange.hxx:142

Field Documentation

◆ X

double Bnd_OBB::HalfSizes::X

Half-size along X axis.

◆ Y

double Bnd_OBB::HalfSizes::Y

Half-size along Y axis.

◆ Z

double Bnd_OBB::HalfSizes::Z

Half-size along Z axis.


The documentation for this struct was generated from the following file: