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 |
|
|||||||||||||||
| Return Value | None. |
| Python Syntax | InsertDesign (<DesignType>, <DesignName>, '','') |
| Python Example |
|
| VB Syntax | InsertDesign <DesignType>, <DesignName>, "","" |
| VB Example |
|