mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Improved the processing for the case where Failure flag for the meshing face is set. Specific tests added. Check triangulation consistency even for shapes with problematic topology given that they are suitable for keeping it.
15 lines
288 B
Plaintext
15 lines
288 B
Plaintext
puts "========="
|
|
puts "OCC32692: Crash when the input shape has some invalid topology"
|
|
puts "========="
|
|
puts ""
|
|
|
|
puts "REQUIRED ALL: Meshing statuses: OpenWire Failure Outdated"
|
|
|
|
pload MODELING
|
|
cylinder c 0 0 0 10
|
|
mkface f c
|
|
|
|
incmesh f 0.01 -parallel
|
|
|
|
checktrinfo f -nod 0 -tri 0 -face 1
|