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

dbGetFluidShapeName

dbGetFluidShapeName(
d_shapeId
)
=> t_FluidName / nil

Description

Returns the fluid name of the specified shape if it is a fluid shape.

Arguments

d_shapeId

Database ID of a shape.

Return Value

t_FluidName

Fluid name of the specified fluid shape.

nil

The given shape is not a fluid shape.

Examples

name = dbGetFluidShapeName(rect1)

Returns the fluid name of the shape rect1.

Related Topics

Fluid Shape Functions


Return to top
 ⠀
X