mgGetModgenFigGroupFromTopology
mgGetModgenFigGroupFromTopology(d_tpObjectId) =>d_figGroupId/ nil
Description
Retrieves the Modgen figGroup object that is associated with the specified topology object.
Arguments
Value Returned
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