cpdGenerateDerivedShapes
cpdGenerateDerivedShapes(t_deviceName[?cellViewd_cellView] [?devicesFilet_devicesFile] ) => t / nil
Description
Generates new shapes in the specified cellview using the derived shape generation rules specified for a device in a device configuration file. If the file is not specified, the rules from the previously loaded device file (using cpdLoadDerivedShapesRules) are used.
Arguments
|
The cellview where shapes are generated. By default, it is the current cellview. |
|
|
The name of the device configuration file that contains rules for shape generation. |
|
Value Returned
Example
cpdGenerateDerivedShapes("Ind" ?cellView geGetEditCellView() ?devicesFile "devices.txt")
This generates a marker layer instance drawing over IND2dummy.
Related Topics
Variables for the Custom Passive Device Authoring Flow
Authoring Custom Passive Devices
Return to top