1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-07 18:30:55 +03:00
san 4769a39529 0025132: Visualization - treat any TopoDS_Solid as closed volume
Advanced mechanism implemented:
- BRep_Tool::IsClosed() method is used to detect non-manifold solids and open shells
- Non-manifold solids are split into closed and open shells

Adding message in test case
2014-08-28 17:38:11 +04:00

9 lines
367 B
Plaintext
Executable File

set TheFileName shading_137.brep
if { [string compare ${command} "shading"] == 0 && [string compare ${group} "standard"] == 0 } {
puts ""
puts "CR25132"
puts "san (developer) 2014-08-26 16:59"
puts "The shaded representation looks strange because it is treated as a closed solid by visualization (back faces of the triangles are not drawn)."
puts ""
}