mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-05-16 10:54:53 +03:00
BRepOffset/BRepOffset_Tool.cxx, Features and Fillets algorithms have been ported on new BO algorithm. Old BO algorithm, that was implemented in BOP, BooleanOperations and BOPTools packages, has been deleted. Porting SALOME algorithms to new BOP algorithm. Fixing regressions. Rebased on current master.
17 lines
176 B
Plaintext
17 lines
176 B
Plaintext
box b 10 10 10
|
|
box c 4 4 4
|
|
ttranslate c 2 2 2
|
|
|
|
bop b c
|
|
bopcut r
|
|
explode r sh
|
|
orientation r_2 R
|
|
emptycopy b1 b
|
|
add r_2 b1
|
|
explode r so
|
|
|
|
bop r_1 b1
|
|
boptuc result
|
|
|
|
set square 96
|