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

vfoDrawFluidShape

vfoDrawFluidShape(
g_shapeObj
cellView
layerPurposePair
)
=> d_obj / nil

Description

Creates a dbObject corresponding to shapeData object in the given cellview on the given layer purpose pair.

Argumentsd

shapeObj

SKILL++ object of any subclass of vfoShapeData.

cellView

Cellview in which the database object needs to be created.

layerPurposePair

The layer purpose pair to be used for the database object.

Value Returned

d_obj

The database ID of the new object is returned.

nil

The database ID of the new object could not be returned.

Example

shapeData = vfoCreateShapeData("rect" list(0:0 10:10))
    => stdobj@0x148f51e0
vfoDrawFluidShape(shapeData cvId '("OD" "drawing"))
    => db:0xf11ec912

Return to top
 ⠀
X