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

dbIsFluidShape

dbIsFluidShape(
d_shapeId
)
=> t / nil

Description

Checks if the specified shape is marked as a Fluid shape.

Arguments

d_shapeId

Database ID of a shape.

Return Value

t

Specified shape is a fluid shape.

nil

Specified shape is not a fluid shape.

Examples

when(dbIsFluidShape(rect2) printf("Shape: %L is a fluid shape.\n" rect2~>??)

If the shape rect2 is a fluid shape, prints the following:

Shape: rest2 is a fluid shape.

Related Topics

Fluid Shape Functions


Return to top
 ⠀
X