Script


A script means a text file written in C# programming language with the extension of .csx.
By creating and executing a script, various processing such as editing, setting, and printing drawings in RootPro CAD can be easily automated.

While add-ins are necessary to be created using Visual Studio, a development tool by Microsoft, scripts can be easily created using a text editor such as Notepad.

Note that, however, add-ins are more suitable to complicated processing or program debugging than scripts.
Use add-ins and scripts depending on the need.

Obtaining script

You can obtain and use scripts created by other users or companies. You can install published scripts from [Script Manager] on [Scripts] menu..

Creating original script

You can create scripts yourself by using a text editor such as Notepad. Create an script using C# programming language supporting .NET Framework.

Supplemental
Script functions are only used in RootPro CAD Professional. RootPro CAD Free cannot use these functions.

Related topics