]> OCCT Git - occt-copy.git/commit
0029032: Provide XDE interface for exploration of assembly structure
authorssv <sergey.slyadnev@gmail.com>
Tue, 22 Aug 2017 13:27:26 +0000 (16:27 +0300)
committerssv <sergey.slyadnev@gmail.com>
Tue, 22 Aug 2017 13:27:26 +0000 (16:27 +0300)
commit51bb1b8d6d1798974d1ff452ff5a1c1f3dec1de3
tree1d4177bd8508da6db7ff4072e59894f8ad78b0c9
parentcba287d62a1a29194cd5bd424ae4094586ef1ba9
0029032: Provide XDE interface for exploration of assembly structure

Add assembly graph exploration tool with unit tests.
12 files changed:
src/XCAFDoc/FILES
src/XCAFDoc/XCAFDoc_AssemblyGraph.cxx [new file with mode: 0644]
src/XCAFDoc/XCAFDoc_AssemblyGraph.hxx [new file with mode: 0644]
src/XCAFDoc/XCAFDoc_ObjectId.hxx [new file with mode: 0644]
src/XDEDRAW/FILES
src/XDEDRAW/XDEDRAW.cxx
src/XDEDRAW/XDEDRAW_Assemblies.cxx [new file with mode: 0644]
src/XDEDRAW/XDEDRAW_Assemblies.hxx [new file with mode: 0644]
src/XDEDRAW/XDEDRAW_DrawableAssemblyGraph.cxx [new file with mode: 0644]
src/XDEDRAW/XDEDRAW_DrawableAssemblyGraph.hxx [new file with mode: 0644]
tests/bugs/xde/bug29032_1 [new file with mode: 0644]
tests/bugs/xde/bug29032_2 [new file with mode: 0644]