mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
SelectMgr_SelectableObject now assigns transformation to mySelectionPrs and myHilightPrs presentations. Removed confusing method PrsMgr_PresentableObject::UpdateTransformation() with presentation as argument.
23 lines
633 B
Plaintext
23 lines
633 B
Plaintext
puts "============="
|
|
puts "0030218: Visualization - custom selection presentation is not updated within SelectMgr_SelectableObject::UpdateTransformation()"
|
|
puts "============="
|
|
|
|
pload XDE VISUALIZATION
|
|
|
|
vclear
|
|
vinit View1
|
|
meshfromstl m [locate_data_file OCC6652.stl]
|
|
vfit
|
|
vzoom 0.75
|
|
|
|
vsetdispmode m 3
|
|
vselmode m 8 1
|
|
|
|
vselect 5 5 200 200
|
|
vlocation m -setLocation 500 0 0
|
|
vmoveto 370 370
|
|
if { [vreadpixel 145 145 rgb name] != "BLACK" } { puts "Error: MeshVS highlighting has wrong location" }
|
|
if { [vreadpixel 300 215 rgb name] != "GRAY80" } { puts "Error: MeshVS highlighting has wrong location" }
|
|
|
|
vdump ${imagedir}/${casename}.png
|