mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Synchronization of the ShapeAnalysis_Edge behavior with the BRepCheck_Edge by adding check for 2d curves on planes. Implementation of the BRep_Tool::CurveOnPlane method to avoid code duplication for making PCurve of the edge on planar face.
17 lines
484 B
Plaintext
17 lines
484 B
Plaintext
puts "======="
|
|
puts "0028913"
|
|
puts "======="
|
|
puts ""
|
|
##################################################
|
|
# UnifySameDomain crashes with error: "a shape is modified and removed simultaneously"
|
|
##################################################
|
|
|
|
restore [locate_data_file bug28995_faces.brep] a
|
|
|
|
unifysamedom result a
|
|
|
|
checkshape result
|
|
checknbshapes result -vertex 12 -edge 12 -wire 2 -face 1
|
|
checkprops result -s 58309
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png |