1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
emv cc77a38d94 0028995: UnifySameDomain produces invalid shape
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.
2017-08-30 12:42:41 +03:00

17 lines
496 B
Plaintext

puts "======="
puts "0028913"
puts "======="
puts ""
##################################################
# UnifySameDomain crashes with error: "a shape is modified and removed simultaneously"
##################################################
restore [locate_data_file bug28995_fuse.brep] a
unifysamedom result a
checkshape result
checknbshapes result -vertex 200 -edge 300 -wire 104 -face 103
checkprops result -s 1.59154e+006
checkview -display result -2d -path ${imagedir}/${test_image}.png