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.
14 lines
427 B
Plaintext
14 lines
427 B
Plaintext
puts "================================="
|
|
puts "0032182: Visualization - add Select3D_SensitiveSphere"
|
|
puts "Tests detecting Select3D_SenstiveSphere"
|
|
puts "================================="
|
|
|
|
pload MODELING VISUALIZATION
|
|
vinit View1 -height 400 -width 600
|
|
|
|
psphere s 1
|
|
vdisplay -dispMode 1 s
|
|
vfit
|
|
vmoveto 300 200
|
|
if { ![string match "*Select3D_SensitiveSphere*" [vstate -entities]] } { puts "Error: sphere should be detected" }
|