mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-08-01 11:34:54 +08:00
5747059b21
Created command checkview for displaying shapes.
3 lines
152 B
Plaintext
3 lines
152 B
Plaintext
set result_vertices [explode result v]
|
|
checkview -display result -2d -with ${result_vertices} -otherwise { a b } -l -path ${imagedir}/${test_image}.png
|