mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
1. Method Approx_ComputeLine::Perform is modified: now it contains also recursive calls after new line computation made by new method ApproxInt_MultiLine::MakeMLOneMorePoint. 2. New method MakeMLOneMorePoint is added to ApproxInt_MultiLine: it builds new sub-line as a part of main line with new point added into the middle of the longest interval between existing points. 3. Method ShapeConstruct_ProjectCurveOnSurface::ApproxPCurve is modified to avoid regressions: now it takes care of the set of initial points to be enough close to each other so that an interval between two adjacent points is less than half-period of the surface. 4. Modification in ShapeConstruct_ProjectCurveOnSurface: correction of pcurves of edges which extremities are in the singularities of surface.
24 lines
570 B
Plaintext
24 lines
570 B
Plaintext
puts "============"
|
|
puts "OCC27079"
|
|
puts "============"
|
|
puts ""
|
|
##################################################################
|
|
# Bad approximation of intersection curves with variable curvature
|
|
##################################################################
|
|
|
|
restore [locate_data_file bug27079_s1.draw] s1
|
|
restore [locate_data_file bug27079_s2.draw] s2
|
|
|
|
clpoles s2
|
|
|
|
smallview
|
|
donly s2
|
|
fit
|
|
|
|
intersect result s1 s2
|
|
|
|
checklength result_1 -l 6.8873540591440428
|
|
checklength result_2 -l 6.8873330997321212
|
|
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
|