Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

mgGetModgenFigGroupFromTopology

mgGetModgenFigGroupFromTopology(
d_tpObjectId
)
=> d_figGroupId / nil

Description

Retrieves the Modgen figGroup object that is associated with the specified topology object.

Arguments

d_tpObjectId

A topology object ID.

Value Returned

d_figGroupId

The database ID of the Modgen figGroup.

nil

The command was unsuccessful.

Example

In this example, topo is a topology pattern ID that has been added to a Modgen using mgAddTopologyToModgen. mgId holds the Modgen figGroup ID of the Modgen that contains that topology pattern.

mgId = mgGetModgenFigGroupFromTopology(topo)

Return to top
 ⠀
X