Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Public Types | Data Fields
BRepGraphInc::CoEdgeRef Struct Reference

CoEdge reference storage entry. No Orientation field: CoEdgeDef::Orientation already owns the edge-on-face sense, coupled with PCurve parametrization, so duplicating orientation here would create a second competing source of truth. More...

#include <BRepGraphInc_Reference.hxx>

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

Public Types

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

Data Fields

BRepGraph_CoEdgeId CoEdgeDefId
 
TopLoc_Location LocalLocation
 
- Data Fields inherited from BRepGraphInc::BaseRef
BRepGraph_NodeId ParentId
 Parent topology node owning this reference usage.
 
uint32_t OwnGen = 0
 Per-reference mutation counter.
 
bool IsRemoved = false
 Soft-removal flag.
 

Detailed Description

CoEdge reference storage entry. No Orientation field: CoEdgeDef::Orientation already owns the edge-on-face sense, coupled with PCurve parametrization, so duplicating orientation here would create a second competing source of truth.

Member Typedef Documentation

◆ TypeId

Field Documentation

◆ CoEdgeDefId

BRepGraph_CoEdgeId BRepGraphInc::CoEdgeRef::CoEdgeDefId

◆ LocalLocation

TopLoc_Location BRepGraphInc::CoEdgeRef::LocalLocation

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