mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
The method BOPTools_AlgoTools2D::AttachExistingPCurve has been corrected so that to call BRepLib::SameParameter not on the target edge with the whole set of pcurves, but rather on a temporary edge with 3D curve and copied pcurve only. After that the updated pcurve is transferred to the target edge. Small correction of test case for issue CR28221
23 lines
483 B
Plaintext
23 lines
483 B
Plaintext
puts "========"
|
|
puts "OCC28221"
|
|
puts "========"
|
|
puts ""
|
|
#################################################
|
|
# General Fuse operation error
|
|
#################################################
|
|
|
|
restore [locate_data_file bug28221_shape.brep] a
|
|
|
|
explode a
|
|
bclearobjects
|
|
bcleartools
|
|
baddobjects a_1
|
|
baddtools a_2
|
|
bfillds
|
|
bbuild result
|
|
|
|
checkshape result
|
|
checknbshapes result -solid 10
|
|
checkprops result -v 0.201442 -s 6.13063
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png |