dbGetFluidShapeName
dbGetFluidShapeName(d_shapeId) =>t_FluidName/ nil
Description
Returns the fluid name of the specified shape if it is a fluid shape.
Arguments
Return Value
Examples
name = dbGetFluidShapeName(rect1)
Returns the fluid name of the shape rect1.
Related Topics
Return to top