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.
20 lines
522 B
Plaintext
Executable File
20 lines
522 B
Plaintext
Executable File
puts "================"
|
|
puts "CR25519"
|
|
puts "================"
|
|
puts ""
|
|
###############################################
|
|
## BRepMesh can break mesh regularity for BSpline surfaces
|
|
###############################################
|
|
|
|
restore [locate_data_file bug25519_testtriangulation.brep] a
|
|
|
|
tclean a
|
|
incmesh a 0.01
|
|
front
|
|
fit
|
|
isos a 0
|
|
triangles a
|
|
|
|
checktrinfo a -tri 2971 -nod 1592 -defl 0.25443792426360728 -tol_rel_defl 0.05 -tol_rel_tri 0.05 -tol_rel_nod 0.05
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
|