mgFlattenModgens
mgFlattenModgens(
d_cellViewID
ld_modgenID
)
=> t / nil
Description
Flattens the specified Modgens in the specified cellview. When a Modgen is flattened, its constraint is removed, it is ungrouped, and all geometry created by it remains ungrouped in the layout cellview.
When the Modgen constraint is removed, the Modgen grouping is no longer recognized by Virtuoso, which means that it can be modified interactively and by the automatic tools. Do not use this function if you want to maintain the grouping. Disable the constraint instead.
Arguments
|
List of Modgen IDs to be flattened. If you do not specify one or more Modgen IDs, all the modgens in the specified cellview are flattened. |
Value Returned
Example
Flattens Modgens in the current cellview.
mgFlattenModgens(geGetEditCellview())
Return to top