![]() |
Open CASCADE Technology Reference Manual 8.0.1
|
Shell property accessors. More...
#include <BRepGraph_Tool.hxx>
Static Public Member Functions | |
| static ShellUsage | Usage (const BRepGraph &theGraph, const BRepGraph_ShellRefId theShellRef) |
| Resolves a shell reference id to a lightweight usage value. | |
| static bool | IsClosed (const BRepGraph &theGraph, const BRepGraph_ShellId theShell) |
| Returns true if the shell is topologically closed, derived from face-boundary edge incidence. | |
| static bool | IsClosed (const BRepGraph &theGraph, const BRepGraph_ShellRefId theShellRef) |
| Returns true if the referenced shell is topologically closed. | |
| static uint32_t | NbFaces (const BRepGraph &theGraph, const BRepGraph_ShellId theShell) |
| Returns the number of face references in the shell. | |
| static uint32_t | NbFaces (const BRepGraph &theGraph, const BRepGraph_ShellRefId theShellRef) |
| Returns the number of face references in the referenced shell. | |
Shell property accessors.
Provides shell closure and face count queries.
|
static |
Returns true if the shell is topologically closed, derived from face-boundary edge incidence.
| [in] | theGraph | source graph |
| [in] | theShell | typed shell definition identifier |
|
static |
Returns true if the referenced shell is topologically closed.
|
static |
Returns the number of face references in the shell.
| [in] | theGraph | source graph |
| [in] | theShell | typed shell definition identifier |
|
static |
Returns the number of face references in the referenced shell.
|
static |
Resolves a shell reference id to a lightweight usage value.
| [in] | theGraph | source graph |
| [in] | theShellRef | typed shell reference identifier |