1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/tests/bugs/modalg_8/bug31479_2
azv 33c8a72788 0031479: Modeling Algorithms - exception on geometry transformation of triangulation-only shapes (without geometry surface)
* Avoid crash in BRepBuilderAPI_GTransform algorithm. The crash in BRepBuilder_Transform has been solved by 0032716.
* Move copying modifier to BRepTools package.
* Implement copying of triangulation in BRepTools_NurbsConvertModification.
* Implement transformation of a triangulation in BRepTools_GTrsfModification.
* Update test case bugs/mesh/bug22778 to clean the triangulation after conversion to NURBS (reproduce the same behavior as before).
2022-07-08 19:30:13 +03:00

18 lines
740 B
Plaintext

puts "================================================================="
puts "0031479: Modeling Algorithms - exceptiion geometry transformation"
puts " of triangulation-only shapes (without geometry surface) "
puts "================================================================="
puts ""
restore [locate_data_file bug31479_P-51-Mustang-2.brep] s
# reference data
regexp {([0-9+-.eE]*) faces.* ([0-9+-.eE]*) triangles.* ([0-9+-.eE]*) nodes} [trinfo s] full nbFaces nbTri nbNodes
regexp {Mass :\s*([0-9+-.eE]*)} [vprops s] full mass
deform res s 2 3 4
checktrinfo res -face $nbFaces -nod $nbNodes -tri $nbTri
checkprops res -v [expr $mass * 2 * 3 * 4] -eps 1.e-5
checkview -display res -2d -path ${imagedir}/${test_image}.png