Files
OCCT/src/ModelingData/TKBRep/PACKAGES.cmake
Pasukhin Dmitry c765cb4bd2 Modeling - New BRrep Graph representation (#1166)
Implement new representation of topology and BRep into OCCT.
New foundation represent 2 levels:
  BRepGraph - public interfaces which making the topology graph representation
  BRepGraphInc - internal structure which represent topology as an incident tables.
The foundation provides basic logic for conversion from TopoDS_Shape to BRepGraph and back.
The foundation provides the iteration and exploring interfaces to travel in both directions on any level of topology.
The internal id type of inc tables is 'int', which is not for long term and can be updated, better to use typed id aliases, even for the iterations, they provide all necessary operators.
The access to the BRepGraph is done using multiple View classes available by methods from main class.
The extensions on graphs is possible with 'Layer' and 'Cache', where first is persistent, second - temporary,
Some basic operations on graph also provided for compact, analyze and copy.
2026-04-03 00:51:20 +01:00

14 lines
200 B
CMake

# Auto-generated list of packages for TKBRep toolkit
set(OCCT_TKBRep_LIST_OF_PACKAGES
TopoDS
TopExp
TopTools
BRep
BRepLProp
BRepAdaptor
BRepTools
BinTools
BRepGraph
BRepGraphInc
)