mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
'BUILD_Inspector' CMake option switches ON/OFF Inspector in compilation procedure (add additional dependency to Qt third party product) 'inspector.bat' starts sample to demonstrate possibilities of this tool. Replacing TOOLS to INSPECTOR key for 'pload' command in DRAW cases due to this change in DrawPlugin.
13 lines
167 B
Plaintext
13 lines
167 B
Plaintext
pload DCAF
|
|
pload INSPECTOR
|
|
|
|
NewDocument Doc BinOcaf
|
|
|
|
set aSetAttr1 100
|
|
set aLabel 0:2
|
|
SetInteger Doc ${aLabel} ${aSetAttr1}
|
|
|
|
tinspector -dfbrowser
|
|
tinspector -update
|
|
|