Hide Table of Contents

Inserting Macros in SolidWorks Task Add-in Scripts

You can use macros to modify existing scripts, such as the Convert or Print task scripts, or create your own.

When you insert macros in a script, the task add-in parses them as tokens. At runtime, script values enclosed in < > are replaced with values by the SolidWorks Task Add-in. The values are passed to SolidWorks and run as macros.

Review the Convert and Print scripts to see how < > macros are used. Generally, you should place the macros where the task script is expecting to receive a value.

With < > macros, the code does a find and replace operation. If you use strings, you must include quotes "" around the macros as you normally would when specifying a string value in Visual Basic scripting. If you do not, raw text that is not enclosed properly for the variable type will cause script errors.

Examples of macro assignments of the <Path> macro:
  Code Result
Variables sPath="<Path>" sPart="C:\MyVault\Drawings\"
Function or sub-routine call GetFileNameFromPath("<Filepath>") GetFileNameFromPath ("C:\MyVault|Drawings\Part.sldprt")


Provide feedback on this topic

SOLIDWORKS welcomes your feedback concerning the presentation, accuracy, and thoroughness of the documentation. Use the form below to send your comments and suggestions about this topic directly to our documentation team. The documentation team cannot answer technical support questions. Click here for information about technical support.

* Required

 
*Email:  
Subject:   Feedback on Help Topics
Page:   Inserting Macros in SolidWorks Task Add-in Scripts
*Comment:  
*   I acknowledge I have read and I hereby accept the privacy policy under which my Personal Data will be used by Dassault Systèmes

Print Topic

Select the scope of content to print:

x

We have detected you are using a browser version older than Internet Explorer 7. For optimized display, we suggest upgrading your browser to Internet Explorer 7 or newer.

 Never show this message again
x

Web Help Content Version: SOLIDWORKS PDM 2012 SP05

To disable Web help from within SOLIDWORKS and use local help instead, click Help > Use SOLIDWORKS Web Help.

To report problems encountered with the Web help interface and search, contact your local support representative. To provide feedback on individual help topics, use the “Feedback on this topic” link on the individual topic page.