mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-02 17:46:22 +03:00
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.
19 lines
234 B
Plaintext
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
|
|
|