View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0026974 | Community | OCCT:Modeling Algorithms | public | 2015-12-09 19:04 | 2015-12-11 10:36 |
| Reporter | Istvan Csanady | Assigned To | bugmaster | ||
| Priority | normal | Severity | minor | ||
| Status | closed | Resolution | no change required | ||
| Target Version | 7.0.0 | ||||
| Summary | 0026974: Wrong result section of 3 cylinders | ||||
| Description | Apply BRepAlgoAPI_Common on the attached cylinders. Te result will be a set of shells, instead of a solid object. | ||||
| Tags | No tags attached. | ||||
| Test case number | |||||
|
|
|
|
|
Dear Istvan, I cannot reproduce the bug. How do you use Common operation? In Draw I use the following commands: restore cylinders.brep a explode a bcommon r1 a_1 a_2 bcommon r r1 a_3 The result is a solid. It is essential that Common is defined only for two objects. Another way (available in the currect master) is to use the new algorithm BopAlgo_CellsBuilder: restore cylinders.brep a explode a bclearobjects bcleartools baddobjects a_1 a_2 a_3 bfillds bcbuild r bcadd r a_1 1 a_2 1 a_3 1 The result is the same as in the first case, but intersection phase performed only once. This way allows to define any Boolean expression on any number of objects. |
|
|
I see, I did not see it in the documentation that I can only use it on two shapes. My fault, sorry. |
|
|
Dear bugmaster, please close this bug. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2015-12-09 19:04 | Istvan Csanady | New Issue | |
| 2015-12-09 19:04 | Istvan Csanady | Assigned To | => msv |
| 2015-12-09 19:04 | Istvan Csanady | File Added: cylinders.brep | |
| 2015-12-09 22:56 |
|
Note Added: 0048924 | |
| 2015-12-09 22:56 |
|
Assigned To | msv => Istvan Csanady |
| 2015-12-09 22:56 |
|
Status | new => feedback |
| 2015-12-09 23:32 |
|
Note Edited: 0048924 | |
| 2015-12-09 23:33 |
|
Note Edited: 0048924 | |
| 2015-12-10 10:42 | Istvan Csanady | Note Added: 0048929 | |
| 2015-12-10 12:33 |
|
Note Added: 0048937 | |
| 2015-12-10 12:33 |
|
Assigned To | Istvan Csanady => bugmaster |
| 2015-12-10 12:33 |
|
Resolution | open => no change required |
| 2015-12-11 10:36 | bugmaster | Status | feedback => closed |