mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08: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
|