mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
1. The partition operation allows splitting an arbitrary number of shapes of an arbitrary dimension by other arbitrary shapes. The algorithm has been implemented in the class BOPAlgo_Splitter. The API operator Splitter has been implemented in the class BRepAlgoAPI_Splitter. 2. The draw commands for usage the new algorithm have been implemented - bsplit and bapisplit. The commands are identical, but one uses the BOPAlgo_Splitter, the other uses BRepAlgoAPI_Splitter. Both commands should be used after Pave Filler is filled. 3. Test cases for the new algorithm. 4. Documentation has been updated. Small corrections.
29 lines
481 B
Plaintext
29 lines
481 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 |