mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +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.
27 lines
625 B
Plaintext
27 lines
625 B
Plaintext
puts "============"
|
|
puts "OCC27079"
|
|
puts "============"
|
|
puts ""
|
|
##################################################################
|
|
# Bad approximation of intersection curves with variable curvature
|
|
##################################################################
|
|
|
|
restore [locate_data_file bug27079_s3.draw] s3
|
|
restore [locate_data_file bug27079_s4.draw] s4
|
|
trim ts3 s3 pi-pi/30 pi -5 -2
|
|
mkface f1 ts3
|
|
mkface f2 s4
|
|
|
|
smallview
|
|
donly f1 f2
|
|
fit
|
|
|
|
bop f1 f2
|
|
bopsection result
|
|
|
|
checksection result
|
|
checkprops result -l 8.5688
|
|
checknbshapes result -vertex 2 -edge 2
|
|
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
|