mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-06-05 11:24:17 +03:00
1. Check face location has been added. 2. Message, if mkplane command fails, has been added. 3. Test case for this issue has been created. Changes in accordance with the remark. Small correction of test case for issue CR26687
22 lines
503 B
Plaintext
Executable File
22 lines
503 B
Plaintext
Executable File
puts "TODO 26687 ALL: Error. mkplane has been finished with \"Not Planar\" status."
|
|
|
|
puts "========"
|
|
puts "OCC26687"
|
|
puts "========"
|
|
puts ""
|
|
#################################################
|
|
# 0026687: SIGSEGV in BRepBuilderAPI_MakeFace
|
|
#################################################
|
|
|
|
restore [locate_data_file bug26687_w.brep] w
|
|
|
|
#It is impossible to create a plane there is no any surface
|
|
#which every edge has its p-cuve in.
|
|
|
|
mkplane f w
|
|
|
|
smallview
|
|
donly f
|
|
fit
|
|
xwd ${imagedir}/${test_image}.png
|