mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08:00
Modifications:
Changed the way of finding the angle between the faces.
New static functions:
GetFaceDir - builds direction for the face;
FindPointInFace - finds the point in the face in bi normal direction.
New square values have been set in the following test cases:
boolean bopcommon_complex J1
bugs modalg_2 bug202085_6
bug202085_7
bug202085_8
bug202085_9
bug202085_10.
"TODO" marks have been removed from these cases.
Added test cases bugs modalg_5 bug23853
18 lines
378 B
Plaintext
18 lines
378 B
Plaintext
puts "============"
|
|
puts "OCC23853"
|
|
puts "============"
|
|
puts ""
|
|
######################################################
|
|
# BOP regression (2) - BRepAlgoAPI_Cut
|
|
######################################################
|
|
|
|
restore [locate_data_file bug23853_cylinder.brep] s1
|
|
restore [locate_data_file bug23853_pipe.brep] s2
|
|
|
|
bop s1 s2
|
|
bopfuse result
|
|
|
|
set square 17766.2
|
|
set 2dviewer 0
|
|
|