mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
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.
21 lines
605 B
Plaintext
Executable File
21 lines
605 B
Plaintext
Executable File
set TheFileName shading_wrongshape_004.brep
|
|
###set bug_area "OCC22687"
|
|
if { [string compare $command "shading"] == 0 } {
|
|
set rel_tol 0.07204699336483454
|
|
} else {
|
|
set rel_tol 0.008767384551980804
|
|
}
|
|
set max_rel_tol_diff 0.001
|
|
###set bug_withouttri "OCC22687"
|
|
###if { [string compare $command "shading"] == 0 } {
|
|
### #puts "TODO OCC23105 ALL: Error: Improvement: The current area difference is"
|
|
### set nbwithouttri(All) 2
|
|
### set bug_freenodes "OCC22687"
|
|
### set nbfreenodes(All) 38
|
|
###} else {
|
|
### set nbwithouttri(All) 2
|
|
### set bug_freenodes "OCC23105"
|
|
### set nbfreenodes(ALL) 1
|
|
###}
|
|
|