Difference between revisions of "Scripting"
From WireCAD Online Help
Wirecadadmin (Talk | contribs) (Created page with "{{PageHeader |shortcut=script |perms=various |level=XLT, PRO, ENT |desc=Scripting allows an easy way to access the WireCAD SDK object model to perform custom actions}}") |
Wirecadadmin (Talk | contribs) |
||
Line 4: | Line 4: | ||
|level=XLT, PRO, ENT | |level=XLT, PRO, ENT | ||
|desc=Scripting allows an easy way to access the WireCAD SDK object model to perform custom actions}} | |desc=Scripting allows an easy way to access the WireCAD SDK object model to perform custom actions}} | ||
+ | |||
+ | == What you Need to Know == | ||
+ | You will need a little knowledge of the c# programming language but the editor will provide hints | ||
+ | |||
+ | == Usage == | ||
+ | Currently there are no menu commands for the scripting engine. You must type the commandline shortcut script in order to launch the tool. | ||
+ | [[File:Scripts1.png|thumb|Scripts Form]] |
Revision as of 07:34, 1 October 2011
Command Line Shortcut: script User Permissions Level: various |
What you Need to Know
You will need a little knowledge of the c# programming language but the editor will provide hints
Usage
Currently there are no menu commands for the scripting engine. You must type the commandline shortcut script in order to launch the tool.