1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/tests/bugs/iges/bug306
nbv 46478ffe32 0030008: BRepMesh does not respect angular deflection in internal area of bspline surface
1. Check whether the mesh satisfies the required angular deflection has been amended. Namely normals (to the surface) in the ends of any not "frontier" link are made collinear (with the given angular tolerance).

2. New parameters AngleInterior and DeflectionInterior have been added in IMeshTools_Parameters structure.

3. In case of thin long faces with internal edges, add points of internal edges to control parameters using grabParamsOfInternalEdges() in order to avoid aberrations on its ends. Disable addition of parameters from boundary edges in case of BSpline surface. Deviation can be controlled through the deflection parameter.

4. Grab parameters from edges in case if there is just a single interval on BSpline surface along U and V direction.
2018-11-02 17:06:41 +03:00

29 lines
711 B
Plaintext
Executable File

puts "================"
puts "OCC306"
puts "================"
puts ""
#############################################################################
##After applying sewing on the model from the file TibTray_Size3.igs (see the attachment) one surface is not shaded.
#############################################################################
igesbrep [locate_data_file TibTray_Size3.igs] a *
tpcompound a
tclean a
sewing result a
checkshape result
vinit
vsetdispmode result 1
vdisplay result
vfit
checktrinfo result -tri 5810 -nod 5806
checkmaxtol result -ref 0.92213088179312575
checknbshapes result -shell 1
checkfreebounds result 265
checkview -display result -3d -path ${imagedir}/${test_image}.png