![]() |
Open CASCADE Technology Reference Manual 8.0.1
|
Face reference storage entry. More...
#include <BRepGraphInc_Reference.hxx>

Public Types | |
| using | TypeId = BRepGraph_FaceRefId |
Public Types inherited from BRepGraphInc::BaseRef | |
| using | TypeId = BRepGraph_RefId |
Data Fields | |
| BRepGraph_ShellId | ParentShellId |
| Parent shell identifier. | |
| BRepGraph_FaceId | ChildFaceId |
| Child face identifier. | |
| ParityOrientation | Orientation = TopAbs_FORWARD |
| Orientation within parent. | |
Data Fields inherited from BRepGraphInc::BaseRef | |
| uint32_t | UID = 0 |
| Persistent per-kind UID counter value. 0 = invalid sentinel (not yet allocated). Valid UIDs start at 1. Kind is implicit from the concrete struct type (ShellRef, FaceRef, etc.). | |
Face reference storage entry.
| BRepGraph_FaceId BRepGraphInc::FaceRef::ChildFaceId |
Child face identifier.
| ParityOrientation BRepGraphInc::FaceRef::Orientation = TopAbs_FORWARD |
Orientation within parent.
| BRepGraph_ShellId BRepGraphInc::FaceRef::ParentShellId |
Parent shell identifier.