InsertDesign

Inserts a new design in the project. For Q3D Extractor and 2D Extractor scripts, the last two arguments will always be empty.

UI Access Project > [Insert Q3D Extractor Design / Insert 2D Extractor Design].
Parameters
Name Type Description
<DesignType> String Design type. "Q3D Extractor" or "2D Extractor".
<DesignName> String Design name.
"" None Empty argument.
"" None Empty argument.
Return Value None.

 

Python Syntax InsertDesign (<DesignType>, <DesignName>, '','')
Python Example

oProject.InsertDesign('Q3D Extractor','Q3DDesign2', '', '')

 

VB Syntax InsertDesign <DesignType>, <DesignName>, "",""
VB Example

oProject.InsertDesign "Q3D Extractor","Q3DDesign2", "", ""