mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06: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.
12 lines
188 B
Plaintext
12 lines
188 B
Plaintext
pload ALL INSPECTOR
|
|
|
|
tinspector -plugins shapeview
|
|
|
|
box b1 200 100 120
|
|
tinspector -shape b1
|
|
|
|
box b2 100 200 220 100 120 100
|
|
tinspector -shape b2
|
|
|
|
tinspector -activate shapeview -select b1
|