mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Create a general draw command 'VRelation' and drop the old 'relation' commands. Add test cases for new draw command "vrelation". Add two new methods: Activate and Deactivate which activate/deactivate the given selection mode for all displayed objects. Eliminate deprecated local context methods in ObjectCommands, QABugs. Eliminate deprecated local context methods in mfc standard sample and qt samples.
23 lines
465 B
Plaintext
23 lines
465 B
Plaintext
puts "===================================================================="
|
|
puts "OCC28162: Draw Harness - eliminate usage of deprecated Local Context"
|
|
puts "Select 2 faces"
|
|
puts "===================================================================="
|
|
|
|
vclear
|
|
vinit
|
|
|
|
box b -5 -10 -15 10 20 30
|
|
vdisplay b
|
|
vfit
|
|
|
|
set shift 1
|
|
|
|
vselmode b 4 1
|
|
vselect 100 200
|
|
vlocation b -rotate 0 0 0 0 0 1 180
|
|
vselect 100 200 $shift
|
|
|
|
vrelation r -offset
|
|
|
|
vdump $imagedir/${casename}.png
|