mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Implementation of the method for simplification of the result of Boolean Operation on the API level. The method BRepAlgoAPI_BuilderAlgo::SimplifyResult has been added, so the derived classes such as BooleanOpeation and Splitter can also use this method. The result shape simplification should be called after the operation is done. The simplification is performed by the means of ShapeUpgrade_UnifySameDomain algorithm. Draw command "bsimplify" has been added to control the simplification options. Documentation for new functionality and draw commands controlling the options of Boolean operations. Test cases for the new functionality. Side-effect change: The algorithms in Boolean component have been changed to use the BRepTools_History as a History tool. Now it became possible to disable the collection of shapes modifications during Boolean Operations, which may be useful for performance sake (in draw the option is controlled by *setfillhistory* command). Draw command "unifysamedom" has been changed to accept the angular tolerance in degrees instead of radians.
32 lines
525 B
Plaintext
32 lines
525 B
Plaintext
001 bcommon_2d
|
|
002 bcut_2d
|
|
003 bfuse_2d
|
|
004 bopcommon_2d
|
|
005 bopcut_2d
|
|
006 boptuc_2d
|
|
007 bopfuse_2d
|
|
008 bcommon_simple
|
|
009 bcut_simple
|
|
010 bfuse_simple
|
|
011 bcommon_complex
|
|
012 bcut_complex
|
|
013 bfuse_complex
|
|
014 bcutblend
|
|
015 bsection
|
|
016 bopsection
|
|
017 bopcommon_simple
|
|
018 bopfuse_simple
|
|
019 bopcut_simple
|
|
020 boptuc_simple
|
|
021 bopcommon_complex
|
|
022 bopfuse_complex
|
|
023 bopcut_complex
|
|
024 boptuc_complex
|
|
025 volumemaker
|
|
026 gdml_public
|
|
027 gdml_private
|
|
028 cells_test
|
|
029 splitter
|
|
030 history
|
|
031 removefeatures
|
|
032 simplify |