]> OCCT Git - occt.git/commit
Hull transformation draft.
authorika <ika@opencascade.com>
Tue, 18 Jul 2023 12:45:51 +0000 (13:45 +0100)
committerika <ika@opencascade.com>
Tue, 18 Jul 2023 14:00:19 +0000 (15:00 +0100)
commit79512f8c25ce4cd1f85581b45d62d1cf4c729ea1
treec25b78c19b76540466c4c4db3bcc838f9504f54a
parenta6120daa4384cc03ad7fe3959fd670a406470a1e
Hull transformation draft.

Implement the hull transformation API.
Implement the test DRAW method to call the API.
src/BRepBuilderAPI/BRepBuilderAPI.hxx
src/BRepBuilderAPI/BRepBuilderAPI_HullTransform.cxx [new file with mode: 0644]
src/BRepBuilderAPI/BRepBuilderAPI_HullTransform.hxx [new file with mode: 0644]
src/BRepBuilderAPI/FILES
src/BRepTest/BRepTest_BasicCommands.cxx
src/BRepTools/BRepTools.hxx
src/BRepTools/BRepTools_HullTransformation.cxx [new file with mode: 0644]
src/BRepTools/BRepTools_HullTransformation.hxx [new file with mode: 0644]
src/BRepTools/FILES