mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08: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"
|
|
}
|