mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
Method EstimateDeflection has been added to BRepLib in order to check and update value of deflection provided by Poly_Triangulation; Introduction of Poly_TriangulationParameters intended to keep info about initial parameters of mesh stored by Poly_Triangulation; BRepMesh stores user-specified parameters to Poly_Triangulation via Poly_TriangulationParameters; Prefer initial parameters of mesh generator stored in Poly_Triangulation during check of mesh consistency.
18 lines
546 B
Plaintext
18 lines
546 B
Plaintext
puts "======="
|
|
puts "0030008: BRepMesh does not respect angular deflection in internal area of bspline surface"
|
|
puts "======="
|
|
puts ""
|
|
|
|
restore [locate_data_file bug30008_badshape.brep] result
|
|
|
|
vinit
|
|
vsetdispmode 1
|
|
|
|
vdisplay result
|
|
vviewparams -scale 8.46292 -proj 0.653203 -0.644806 0.396926 -up -0.0109833 0.51609 0.856464 -at 347.559 1026.89 219.262 -eye 2080.75 -684.022 1272.45
|
|
|
|
tricheck result
|
|
checktrinfo result -tri 6978 -nod 4890 -defl 8.4394056682382157 -tol_abs_defl 1e-6
|
|
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|