OCCT3D About OCCT
Open CASCADE Technology Reference Manual 8.0.1
Loading...
Searching...
No Matches
Public Types | Data Fields
BRepGraphInc::SolidRef Struct Reference

Solid reference storage entry. More...

#include <BRepGraphInc_Reference.hxx>

Inheritance diagram for BRepGraphInc::SolidRef:
Inheritance graph
[legend]

Public Types

using TypeId = BRepGraph_SolidRefId
 
- Public Types inherited from BRepGraphInc::BaseRef
using TypeId = BRepGraph_RefId
 

Data Fields

BRepGraph_CompSolidId ParentCompSolidId
 Parent compsolid identifier.
 
BRepGraph_SolidId ChildSolidId
 Child solid 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.).
 

Detailed Description

Solid reference storage entry.

Member Typedef Documentation

◆ TypeId

Field Documentation

◆ ChildSolidId

BRepGraph_SolidId BRepGraphInc::SolidRef::ChildSolidId

Child solid identifier.

◆ Orientation

ParityOrientation BRepGraphInc::SolidRef::Orientation = TopAbs_FORWARD

Orientation within parent.

◆ ParentCompSolidId

BRepGraph_CompSolidId BRepGraphInc::SolidRef::ParentCompSolidId

Parent compsolid identifier.


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