occt: master 291fced1
Author | Committer | Branch | Timestamp | Parent |
---|---|---|---|---|
apn | master | 2016-12-05 12:52:36 | master a6994681 | |
Changeset | 0028187: Add possibility to avoid creation of Internal parts in the result of Volume maker algorithm 1. The possibility to prevent addition of internal parts has been added into the following algorithms: - BOPAlgo_BuilderFace; - BOPAlgo_BuilderSolid; - BOPAlgo_MakerVolume. Setting the option to avoid internal parts for MakerVolume algorithm guarantees that the result solids will be manifold and not contain any internal parts. But it does not prevent from occurrence of the internal edges or vertices in the faces. 2. The Set/Get methods of the BOPAlgo_BuilderArea class have been made inline. 3. Draw command mkvolume has been updated to take into account the new option. 4. BRepOffset_MakeOffset::BuildShellsCompleteInter() has been modified to use the new option of BOPAlgo_MakerVolume to speed up the construction of the final result solid. 5. Documentation has been updated with new section dedicated to BOPAlgo_MakerVolume algorithm. 6. Test case for the issue. |
|||
mod - dox/user_guides/boolean_operations/boolean_operations.md | Diff File | |||
add - dox/user_guides/boolean_operations/images/mkvolume_image001.png | Diff File | |||
add - dox/user_guides/boolean_operations/images/mkvolume_image002.png | Diff File | |||
add - dox/user_guides/boolean_operations/images/mkvolume_image003.png | Diff File | |||
add - dox/user_guides/boolean_operations/images/mkvolume_image004.png | Diff File | |||
mod - src/BOPAlgo/BOPAlgo_BuilderArea.cxx | Diff File | |||
mod - src/BOPAlgo/BOPAlgo_BuilderArea.hxx | Diff File | |||
mod - src/BOPAlgo/BOPAlgo_BuilderFace.cxx | Diff File | |||
mod - src/BOPAlgo/BOPAlgo_BuilderSolid.cxx | Diff File | |||
mod - src/BOPAlgo/BOPAlgo_MakerVolume.cxx | Diff File | |||
mod - src/BOPAlgo/BOPAlgo_MakerVolume.hxx | Diff File | |||
mod - src/BOPAlgo/BOPAlgo_MakerVolume.lxx | Diff File | |||
mod - src/BOPTest/BOPTest_BOPCommands.cxx | Diff File | |||
mod - src/BRepOffset/BRepOffset_MakeOffset.cxx | Diff File | |||
add - tests/bugs/modalg_6/bug28187 | Diff File |