Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Static Public Member Functions
BRepGraph_Tool::Shell Class Reference

Shell property accessors. More...

#include <BRepGraph_Tool.hxx>

Static Public Member Functions

static bool IsClosed (const BRepGraph &theGraph, const BRepGraph_ShellId theShell)
 Returns true if the shell is topologically closed (watertight boundary).
 
static uint32_t NbFaces (const BRepGraph &theGraph, const BRepGraph_ShellId theShell)
 Returns the number of face references in the shell.
 

Detailed Description

Shell property accessors.

Provides shell closure and face count queries.

Member Function Documentation

◆ IsClosed()

static bool BRepGraph_Tool::Shell::IsClosed ( const BRepGraph & theGraph,
const BRepGraph_ShellId theShell )
static

Returns true if the shell is topologically closed (watertight boundary).

Parameters
[in]theGraphsource graph
[in]theShelltyped shell definition identifier
Returns
true if closed

◆ NbFaces()

static uint32_t BRepGraph_Tool::Shell::NbFaces ( const BRepGraph & theGraph,
const BRepGraph_ShellId theShell )
static

Returns the number of face references in the shell.

Parameters
[in]theGraphsource graph
[in]theShelltyped shell definition identifier
Returns
number of face entries (including removed)

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