#include <HUtility.h>
Public Member Functions | |
HShellFace const | GetFace (int index) const |
int | GetFaceCount () const |
HShellRegion (HShellObject const *pShell, int const iRegionIndex) |
HShellRegion allows you to easily get information about the regions in a shell.
HShellRegion::HShellRegion | ( | HShellObject const * | pShell, | |
int const | iRegionIndex | |||
) |
Constructs an HShellRegion given a pointer to HShellObject and region index.
pShell | A pointer the the HShellObject that represents a shell. | |
iRegionIndex | The index number that identifies a specific region. |
HShellFace const HShellRegion::GetFace | ( | int | index | ) | const |
This method finds the face associated with the given index.
index | The index associated with the face in the region. |
int HShellRegion::GetFaceCount | ( | ) | const |