mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
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.
17 lines
583 B
Plaintext
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
|