1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/mesh/bug29149
oan c4ea4ca3d1 0032241: Mesh - wrong shading display of thrusections [regression since OCCT 7.4.0]
0032422: Mesh - Weird rendering
0029641: Mesher produce 'bad' result for extruded spline with given deviation coefficient

Added method BRepMesh_NURBSRangeSplitter::getUndefinedInterval() intended to compute checkpoint parameters for those NURBS surfaces which have no intervals at all. In this case number of poles is used to produce artificial regular grid which can be refined further. Add at least one midpoint for surfaces with one interval and only two poles.

Added BRepMesh_ExtrusionRangeSplitter and BRepMesh_UndefinedRangeSplitter derivatives from BRepMesh_NURBSRangeSplitter intended to handle special cases of extrusion surfaces and general surfaces with undefined parameters.
2022-09-16 18:34:44 +03:00

37 lines
890 B
Plaintext

puts "======="
puts "0029149: BRepMesh produces invalid mesh on the bound of adjacent faces"
puts "======="
puts ""
restore [locate_data_file bug29149.brep] result
tclean result
incmesh result 0.1
checktrinfo result -tri 8972 -nod 5418 -defl 1.4639409344792007 -tol_abs_defl 1e-6
# Reduce shape tolerance in order to hard check of mesh quality
settolerance result 1.0e-7
if { [llength [tricheck result] ] != 0 } {
puts "Error : Invalid mesh"
} else {
puts "Mesh is OK"
}
smallview
isos result 0
triangles result
point p1 288.65908971200806 148.1268376105981 -99.370459908186973
point p2 288.66203942568802 148.1262245331892 -99.373827710063281
point p3 288.66358529587593 148.129348718649 -99.365721723137995
don p1 p2 p3
fit
don result
checkview -screenshot -2d -path ${imagedir}/${test_image}_zoom.png
fit
checkview -screenshot -2d -path ${imagedir}/${test_image}_nozoom.png