mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
Modified method: Approx_ComputeLine::Compute Check of multicurve is now always unconditional, the procedure of check is modified to avoid infinite loops. Modified classes: GeomLib_CheckBSplineCurve and GeomLib_Check2dBSplineCurve Correction of poles at the ends of curve is modified to fit the direction of tangent defined by two first points or two last points of walking line. Also modified: BOPAlgo_PaveFiller: modified methods PostTreatFF, RemoveUsedVertices - now unused vertices are included in the list of vertices to be absorbed by other ones.
21 lines
493 B
Plaintext
21 lines
493 B
Plaintext
puts "============"
|
|
puts "OCC29511"
|
|
puts "============"
|
|
puts ""
|
|
##################################################################
|
|
# Section fails for these two faces
|
|
##################################################################
|
|
|
|
restore [locate_data_file bug29511_face.brep] face
|
|
restore [locate_data_file bug29511_prism.brep] prism
|
|
|
|
bsection result face prism -n2d
|
|
|
|
smallview
|
|
donly result
|
|
fit
|
|
|
|
checkprops result -l 764.018
|
|
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
|