Picked this up off the COE discussion board:
-----------------------------
Any command is accessible through CATScript command with following trick:
- Command can be written to "powerinput" as c:Multi-View
- All commands that can be written there, can be included to catvbs with following syntax:
Language="VBSCRIPT"
Sub CATMain()
CATIA.StartCommand("Multi-View")
End Sub
=> This toggles multi-view on and off through script, even when there is no actual VB-command for multi-view!
BR,
Lasse
---------------------
Good luck!
3DCADTips Help desk
