mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Added method SelectMgr_SelectableObject::Selections() and depreacted methods Init(), More(), Next() and CurrentSelection(). Added method SelectMgr_Selection::Entities() and depreacted methods Init(), More(), Next() and Sensitivity(). SelectMgr_SelectableObject::myAssemblyOwner has been moved to AIS_MultipleConnectedInteractive. SelectMgr_SelectableObject::Selection() now returns NULL handle for not found selection. SelectMgr_SelectableObject::HasSelection() is no more virtual and just retuns !Selection().IsNull(). SelectMgr_SelectionManager::mySelectors map is now declared using proper key type Handle(SelectMgr_ViewerSelector) instead of Handle(Standard_Transient).
19 lines
332 B
Plaintext
19 lines
332 B
Plaintext
puts "============"
|
|
puts "0024996: Visualization - newly displayed objects are clipped until first camera movement"
|
|
puts "============"
|
|
puts ""
|
|
|
|
box b1 0 0 0 1 2 3
|
|
box b2 3 2 1 1 2 3
|
|
box b3 5 -4 0 1 2 3
|
|
|
|
vclear
|
|
vinit View1
|
|
vaxo
|
|
vdisplay -dispMode 0 b1
|
|
vfit
|
|
vzoom 0.25
|
|
vdisplay -dispMode 0 b2 b3
|
|
|
|
vdump ${imagedir}/${casename}.png
|