mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Add check on empty topological containers. Add empty shapes to the replacement map. Add Draw command for Re-Shape. Add a test grid for reshape with a single use case for starters.
6 lines
165 B
Plaintext
6 lines
165 B
Plaintext
if { [isdraw result] } {
|
|
puts [checkshape result]
|
|
}
|
|
|
|
checknbshapes result -face $ref_num_faces -wire $ref_num_wires -edge $ref_num_edges -vertex $ref_num_vertices
|