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.
24 lines
326 B
Plaintext
24 lines
326 B
Plaintext
pload DCAF VISUALIZATION INSPECTOR
|
|
|
|
NewDocument D BinOcaf
|
|
tinspector -plugins dfbrowser
|
|
|
|
cpulimit 300
|
|
UndoLimit D 100
|
|
|
|
NewCommand D
|
|
|
|
NewCommand D
|
|
|
|
set B2 [AddObject D]
|
|
set F2 [AddFunction D $B2 Box]
|
|
BoxDX D $B2 190
|
|
BoxDY D $B2 290
|
|
BoxDZ D $B2 390
|
|
|
|
InitLogBook D
|
|
AddDriver D Box Attach Cyl
|
|
ComputeFun D $F2
|
|
|
|
tinspector -update
|