1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-02 17:46:22 +03:00
nds d2c909178e 0029018: Documentation - Provide user guide for Qt browser
Documentation is added in a new "Inspector" page of "User Guides".
Inspector plugins has some improvements by the documentation needs.
New DRAW scripts are implemented for 'tinspector' command.
2017-08-31 15:47:56 +03:00

19 lines
234 B
Plaintext

pload ALL INSPECTOR
tinspector -plugins vinspector
vinit
box box_1 0 0 200 100 100 100
vdisplay box_1
vselmode box_1 1 1
vselmode box_1 3 1
box box_2 180 120 200 150 150 150
vdisplay box_2
vfit
tinspector -update -select box_1