mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
1. The result of Boolean operation on the arguments of collection type, containers WIRE/SHELL/COMPSOLID, is now also a collection. The result of Boolean operation on arguments of non-collection types is now a compound containing the splits of arguments directly, without its enclosure into containers. Thus, if there were no containers, such as WIRE/SHELL/COMPSOLID, in the input arguments there will be no such containers in the result of BOP. 2. The containers of type WIRE included into result should now also (as the SHELLs) have coherent orientation of its sub-shapes. For that the new method has been implemented (BOPTools_AlgoTools::OrientEdgesOnWire(TopoDS_Shape&)) which reorients edges of the given shape for correct ordering. 3. The duplicating containers, i.e. containers with the contents completely included in other containers, are now avoided in the result of BOP. 4. Documentation has been updated. 5. New test cases for the issue. 6. Adjusting test cases to current behavior.
This directory provides a set of demo scripts for using OCCT functionality from within DRAW Test Harness. Call the scripts from DRAW prompt, e.g.: Draw[]> source samples/tcl/VisualizationDemo.tcl