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

Polygon-on-triangulation for coedges. Links a polygon to a specific triangulation rep (global index, not face-local). More...

#include <BRepGraphInc_Representation.hxx>

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

Public Types

using TypeId = BRepGraph_PolygonOnTriRepId
 
- Public Types inherited from BRepGraphInc::BaseRep
using TypeId = BRepGraph_RepId
 

Data Fields

occ::handle< Poly_PolygonOnTriangulationPolygon
 Polygon indices into triangulation.
 
BRepGraph_TriangulationRepId TriangulationRepId
 Typed id into myTriangulationsRep.
 
- Data Fields inherited from BRepGraphInc::BaseRep
uint32_t OwnGen = 0
 Per-rep mutation counter.
 
bool IsRemoved = false
 Soft-removal flag.
 

Detailed Description

Polygon-on-triangulation for coedges. Links a polygon to a specific triangulation rep (global index, not face-local).

Member Typedef Documentation

◆ TypeId

Field Documentation

◆ Polygon

occ::handle<Poly_PolygonOnTriangulation> BRepGraphInc::PolygonOnTriRep::Polygon

Polygon indices into triangulation.

◆ TriangulationRepId

BRepGraph_TriangulationRepId BRepGraphInc::PolygonOnTriRep::TriangulationRepId

Typed id into myTriangulationsRep.


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