1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/vselect/sphere/generate_images
kgv 794b3d8936 0032652: Visualization - Select3D_SensitiveCylinder returns wrong 3D point on transformed shape
SelectMgr_RectangularFrustum::OverlapsCylinder() - added missing 3D point transformation.
StdSelect_BRepSelectionTool::ComputeSensitive() - fixed cylinder height computation on TopoDS_Shape with scale transformation.
SelectMgr_AxisIntersector::OverlapsCylinder(),::OverlapsSphere() - added missing computations of surface normal.
2021-11-21 12:42:10 +03:00

17 lines
583 B
Plaintext

puts "================================="
puts "000032366: Visualization, SelectMgr_ViewerSelector3d::ToPixMap() - add option dumping surface normals"
puts "Generating images based on detection of Select3D_SenstiveSphere"
puts "================================="
pload MODELING VISUALIZATION
vinit View1 -height 400 -width 600
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