mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-07 18:30:55 +03:00
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
9 lines
367 B
Plaintext
Executable File
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 ""
|
|
}
|