![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
Read-only view over mesh data with cache-first, persistent-fallback priority. More...
#include <BRepGraph_MeshView.hxx>
Data Structures | |
| class | CoEdgeOps |
| CoEdge mesh queries (cache-first, persistent fallback). More... | |
| class | EdgeOps |
| Edge mesh queries (cache-first, persistent fallback). More... | |
| class | FaceOps |
| Face mesh queries (cache-first, persistent fallback). More... | |
| class | PolyOps |
| Polygonal and triangulation representation queries. More... | |
Public Member Functions | |
| const FaceOps & | Faces () const |
| Grouped face mesh queries. | |
| const EdgeOps & | Edges () const |
| Grouped edge mesh queries. | |
| const CoEdgeOps & | CoEdges () const |
| Grouped coedge mesh queries. | |
| const PolyOps & | Poly () const |
| Grouped polygonal representation queries. | |
Read-only view over mesh data with cache-first, persistent-fallback priority.
Provides mesh queries that check the mesh cache (algorithm-derived mesh from BRepGraphMesh) first, falling back to persistent mesh stored in topology definitions (imported from STEP, etc.).
For mesh cache writes and rep creation, use BRepGraph_Tool::Mesh.
Obtained via BRepGraph::Mesh().
|
inline |
Grouped coedge mesh queries.
|
inline |
Grouped edge mesh queries.
|
inline |
Grouped face mesh queries.
|
inline |
Grouped polygonal representation queries.