mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +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.
20 lines
822 B
Plaintext
20 lines
822 B
Plaintext
puts "========"
|
|
puts "OCC24959"
|
|
puts "========"
|
|
puts ""
|
|
####################################################
|
|
## GCPnts_TangentialDeflection does not implement functionality by its meaning in case of BSpline with local splash
|
|
####################################################
|
|
|
|
bsplinesurf s 2 12 0.0 3 0.1 1 0.2 1 0.3 1 0.4 1 0.5 1 0.525 1 0.55 1 0.575 1 0.8 1 0.9 1 1.0 3 1 2 0.0 2 1.0 2 16 0 0 1 14 0 0 1 12 0 0 1 10 0 0 1 8 0 0 1 6 0 0 1 4 0 0 1 2 0 0 1 0 0 0 1 -2 0 0 1 -4 0 0 1 -6 0 0 1 -8 0 0 1 16 5 0 1 14 5 0 1 12 5 0 1 10 5 0 1 8 5 0 1 6 5 0 1 4 5 0 1 1.5 9 0 1 0 5 0 1 -2 5 0 1 -4 5 0 1 -6 5 0 1 -8 5 0 1
|
|
mkface result s
|
|
incmesh result 1
|
|
|
|
checktrinfo result -max_defl 2.4039063417856825 -tol_abs_defl 1e-6
|
|
|
|
vdisplay result
|
|
vsetdispmode 1
|
|
vtop
|
|
vfit
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|