Listed below are common StartCommand usages when you’re programming CATIA V5 macros. Most of them are pretty self explanatory. If you have any questions please leave a comment below.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
'########################################################
'code by Emmett Ross
'www.scripting4v5.com
'revised 10-21-14
'#######################################################
 
 
Sub CATMain()
 
CATIA.StartCommand "Search..."
'CATIA.StartCommand "Disassemble" 
'CATIA.StartCommand "* Iso"
'CATIA.StartCommand "undo"
'CATIA.StartCommand "Isolate"
'CATIA.StartCommand "Front View"
'CATIA.StartCommand "Generate CATPart from Product..."
'CATIA.StartCommand "Collapse all"
'CATIA.StartCommand "Load"
'CATIA.StartCommand "Reset Compass"
'CATIA.StartCommand "testvisuperfodraw"
'CATIA.StartCommand "Center graph"
'CATIA.StartCommand "Points And planes Repetition"
'CATIA.StartCommand "Options"
'CATIA.StartCommand "Axis System"
 
End Sub

Get CATIA automation tips in your inbox.