The HShellFace class is a simple wrapper for a shell's face.
More...
#include <HUtility.h>
List of all members.
Detailed Description
The HShellFace class is a simple wrapper for a shell's face.
HShellFace allows you to easily get information about a face in a shell.
Constructor & Destructor Documentation
HShellFace::HShellFace |
( |
HShellObject const * |
pShell, |
|
|
int const |
iFaceIndex |
|
) |
| |
Construcs an HShellFace object.
- Parameters:
-
pShell | A pointer the HShellObject associated with this face. |
iFaceIndex | The index to the face list that describes this face. |
Member Function Documentation
void HShellFace::CloseEdge |
( |
| ) |
const |
This method closes the open edge and end the editing process. Call this method after OpenEdge when you are finished modifying edge attributes.
HShellEdge const HShellFace::GetEdge |
( |
int const |
iEdgeIndex | ) |
const |
This method return the information about a given edge in the face.
- Parameters:
-
iEdgeIndex | The index that describes a given edge. |
- Returns:
- The HShellEdge that wrap information about the edge associated with the given index.
int HShellFace::GetEdgeCount |
( |
| ) |
const |
- Returns:
- The number of edges that the face has.
int HShellFace::GetPointCount |
( |
| ) |
const |
- Returns:
- The number of vertices in the face.
void HShellFace::OpenEdge |
( |
int const |
iEdgeIndex | ) |
const |
This method opens an edge in the HOOPS database given an index so that its attributes can be modified.
- Parameters:
-
iEdgeIndex | The index that identifies the edge. |
The documentation for this class was generated from the following file: