1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
oan 9b7f1aea28 0031865: Mesh - triangulation fails with large deflection values due to unhandled Standard_OutOfRange, BRepMesh_PairOfIndex::Append()
Define minimum number of points for specific types of curves like it was done for circular edges.
2022-12-04 13:43:52 +03:00

16 lines
330 B
Plaintext

# Read brep file
restore [locate_data_file bug28840_8.brep] m
# Mesh it
incmesh m 1.0
# Save, read and delete file
writestl m $imagedir/${casename}
readstl res $imagedir/${casename}
file delete $imagedir/${casename}
checktrinfo res -tri 36 -nod 20
# Visual check
checkview -display res -2d -path ${imagedir}/${test_image}.png