mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-12 02:40:22 +08:00
- extended functionality to dump surface normals - added new option to vseldump command - added tests
14 lines
518 B
Plaintext
14 lines
518 B
Plaintext
puts "================================="
|
|
puts "000032366: Visualization, SelectMgr_ViewerSelector3d::ToPixMap() - add option dumping surface normals"
|
|
puts "Generating images based on detection of Select3D_SenstiveSphere"
|
|
puts "================================="
|
|
|
|
psphere s 1
|
|
vdisplay -dispMode 1 s
|
|
vfit
|
|
vseldump $imagedir/${casename}_selmode_0.png -type surfNormal
|
|
vselmode 1 1
|
|
vseldump $imagedir/${casename}_selmode_1.png -type surfNormal
|
|
vselmode 4 1
|
|
vseldump $imagedir/${casename}_selmode_4.png -type surfNormal
|