1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-05 18:16:23 +03:00
emv b1d15f53b3 0025477: Boolean Operations with additional tolerance - Fuzzy Boolean operations
Implementation of Fuzzy Boolean operations. Such operations allow to perform Boolean operations on the shapes
with near-coincidence between the entities of these shapes, i.e. between shapes in which some entities from one shape
are intended to be coincide with some entities from the other, but the coincidence is not precise.

API for Boolean operations has been improved to have a possibility to add new options.

Modified entities:
1. New option of setting additional tolerance have been added to the following classes:
class BOPAlgo_ArgumentAnalyzer
class BOPAlgo_BOP
class BOPAlgo_Builder
class BOPAlgo_MakerVolume
class BOPAlgo_PaveFiller
class BOPDS_DS
class BRepAlgoAPI_BooleanOperation
class BRepAlgoAPI_Check
class BRepAlgoAPI_Common
class BRepAlgoAPI_Cut
class BRepAlgoAPI_Fuse
class BRepAlgoAPI_Section

2. Following draw commands have been modified to support new functionality:
BOP commands:
bop b1 b2 [tol]
bcommon r b1 b2 [tol]
bcut r b1 b2 [tol]
bfuse r b1 b2 [tol]
bsection r s1 s2 [-n2d/-n2d1/-n2d2] [-na] [tol]
mkvolume r b1 b2 ... [-c] [-ni] [-s] [tol]
bfillds [-s -t] [tol]

Check commands:
bopcheck Shape [level of check: 0 - 9] [-t -s] [-tol tol]
bopargcheck [-F/O/C/T/S/U] [/R|F|T|V|E|I|P|C|S]] [#BF] [-tol tol]

3. Two new classes have been added to API to provide the root interface for algorithms
class BRepAlgoAPI_Algo
class BRepAlgoAPI_BuilderAlgo

Fix to eliminate the warning.

Test-cases for issue #25477
2014-11-28 12:24:39 +03:00
..
2013-03-01 14:32:42 +04:00
2013-03-22 17:08:06 +04:00
2013-06-20 17:03:56 +04:00
2013-06-20 17:03:56 +04:00
2014-10-16 16:45:13 +04:00
2014-03-20 14:22:54 +04:00
2013-06-20 17:03:56 +04:00
2013-06-20 17:03:56 +04:00
2013-09-26 20:36:30 +04:00
2014-10-17 16:40:22 +04:00
2013-08-15 17:23:37 +04:00
2013-08-15 17:23:30 +04:00
2014-02-07 11:15:22 +04:00
2013-12-06 13:10:41 +04:00
2014-04-30 13:07:03 +04:00
2014-02-17 12:48:34 +04:00
2014-02-13 14:04:34 +04:00
2014-10-30 12:59:35 +03:00
2014-05-23 12:38:03 +04:00
2014-05-23 12:38:03 +04:00
2014-05-23 12:38:03 +04:00
2014-04-30 13:07:04 +04:00
2014-09-18 15:54:42 +04:00
2014-11-21 16:12:48 +03:00
2014-11-21 16:12:48 +03:00
2014-11-21 16:12:48 +03:00
2014-11-21 16:12:48 +03:00
2014-11-21 16:12:48 +03:00
2014-11-21 16:12:48 +03:00
2014-11-21 16:12:48 +03:00
2014-11-21 16:12:48 +03:00
2014-11-21 16:12:48 +03:00
2014-11-21 16:12:48 +03:00
2014-11-21 16:12:48 +03:00
2014-11-21 16:12:48 +03:00
2014-11-21 16:12:48 +03:00
2014-11-21 16:12:48 +03:00
2014-11-21 16:12:48 +03:00
2014-11-21 16:12:48 +03:00
2014-11-21 16:12:48 +03:00
2014-11-21 16:12:48 +03:00
2014-11-21 16:12:48 +03:00
2014-11-21 16:12:48 +03:00
2014-11-21 16:12:48 +03:00
2014-11-21 16:12:48 +03:00
2014-11-21 16:12:48 +03:00
2014-11-21 16:12:48 +03:00
2014-11-21 16:12:48 +03:00
2014-11-21 16:12:48 +03:00
2014-11-21 16:12:48 +03:00
2014-11-21 16:12:48 +03:00
2014-11-21 16:12:48 +03:00
2014-11-21 16:12:48 +03:00
2014-11-21 16:12:48 +03:00
2014-11-21 16:12:48 +03:00
2014-11-21 16:12:48 +03:00
2014-11-21 16:12:48 +03:00
2014-11-21 16:12:48 +03:00
2014-11-21 16:12:48 +03:00
2014-11-21 16:12:48 +03:00
2014-11-21 16:12:48 +03:00
2014-11-21 16:12:48 +03:00
2014-11-21 16:12:48 +03:00
2014-11-21 16:12:48 +03:00
2014-11-21 16:12:48 +03:00
2014-11-21 16:12:48 +03:00
2014-11-21 16:12:48 +03:00
2014-11-21 16:12:48 +03:00
2014-11-21 16:12:48 +03:00
2014-11-21 16:12:48 +03:00
2014-11-21 16:12:48 +03:00
2014-11-21 16:12:48 +03:00
2014-11-21 16:12:48 +03:00