Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

txGetFigSetData

txGetFigSetData(
T_figSet
n_entry
)
=> g_object / nil

Description

Returns the nth object from the specified FigSet. This object is either a dbObject (CDB figure) or txObject (a FigSet or a transient shape).

Arguments

T_figSet

ID of the FigSet.

n_entry

Index of the object to return.

Value Returned

g_object

The nth object in the specified FigSet.

nil

Returned in case of failure.

Examples

Returns the first and the second object from the FigSet fs, respectively.

id = txGetFigSetData(fs 0)
> tx@0x1fc106d0
id~>objType
> "FigSet"
id = txGetFigSetData(fs 1)
> db:0x27a9dc1a
id~>objType
> "polygon"

Related Topics

FigSet Functions


Return to top
 ⠀
X