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

mgGetTopoTrunkShapes

mgGetTopologyFromModgen(
d_topoTrunkId
)
=> l_shapeIds / nil

Description

Retrieves the shapes associated with a topological trunk.

Arguments

d_topoTrunkId

Database ID of the topological trunk object.

Value Returned

l_shapeIds

List of shapes associated with the specified topological trunk.

nil

The command was unsuccessful.

Example

Returns a list of shapes for the trunk pathSeg.

trunk = mgGetTrunkTopo(css())
mgGetTopoTrunkShapes(trunk)

Return to top
 ⠀
X