mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-12 11:06:26 +08:00
- Moved tcl samples to resource folder. - Clean up cmake from samples related settings. - Removed CSharp samples from the repository. - Removed MFC samples from the repository. - Removed Qt samples from the repository. - Removed Inspector samples from the repository. - Removed glwin samples from the repository. - Removed webgl samples from the repository. - Removed xaml samples from the repository. - Removed Java samples from the repository.
24 lines
425 B
Plaintext
24 lines
425 B
Plaintext
puts "========"
|
|
puts "OCC23654 Markers recompute"
|
|
puts "========"
|
|
|
|
pload VISUALIZATION
|
|
vcaps -sprites
|
|
source $env(CSF_OCCTResourcePath)/samples/tcl/markers.tcl
|
|
|
|
set anImage1 $imagedir/${casename}_1.png
|
|
set anImage2 $imagedir/${casename}_2.png
|
|
|
|
vdump $anImage1
|
|
|
|
vclose Driver1/Viewer1/View1 1
|
|
|
|
vinit name=View1 l=32 t=32 w=512 h=512
|
|
vactivate Driver1/Viewer1/View1
|
|
vbottom
|
|
vdisplay -noupdate b
|
|
vfit
|
|
vremove b
|
|
|
|
vdump $anImage2
|