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

ccGetFromFig

ccGetFromFig(
d_fig
)
=> o_owner / nil

Description

(Virtuoso Photonics Option) Returns the ccShape object attached to the given database figure.

This operation is the reverse of obj~>figs accessor for a ccShape object.

Arguments

d_fig

Database ID of a figure.

Value Returned

o_owner

ID of the ccShape object to which the specified figure is attached.

nil

The figure is not attached to a ccShape object.

Example

figs = ccGenFigs(path)
=> (db:0x2558af35 db:0x2558af3d)
ccGetFromFig(car figs)
=> cc@0x15a2201f
path
=> cc@0x15a2201f

Related Topics

Curvy Core Shape Geometry Functions


Return to top
 ⠀
X