mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
ProjCurve3d and BRepAlgo_FaceRestrictor::Perform functions should not continue to work and should terminate if the BRep_Tool::Curve function returns null pointer.
15 lines
427 B
Plaintext
15 lines
427 B
Plaintext
puts "========================================================="
|
|
puts "0033383: Modeling Algorithms - Wire/Face creation problem"
|
|
puts "========================================================="
|
|
puts ""
|
|
|
|
pload MODELING
|
|
restore [locate_data_file bug33383.brep] a
|
|
connectedges res a 1e-07 0
|
|
explode res
|
|
mkplane pln1 res_1 1
|
|
|
|
if ![catch { buildfaces rebf pln1 res_2 }] then {
|
|
puts "Error: buildfaces command should be failed"
|
|
}
|