mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-21 10:13:43 +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
258 B
Plaintext
17 lines
258 B
Plaintext
# pro15545
|
|
puts "PRO15545"
|
|
puts "Section"
|
|
puts ""
|
|
|
|
restore [locate_data_file CTO909_coque1.brep] c1
|
|
explode c1 sh
|
|
renamevar c1_1 c1
|
|
|
|
restore [locate_data_file CTO909_coque2.brep] c2
|
|
explode c2 sh
|
|
renamevar c2_1 c2
|
|
|
|
bsection result c1 c2
|
|
|
|
set length 575.501
|