dbSetFluidShape
dbSetFluidShape(
d_shapeId
t_fluidName
)
=> t / nil
Description
Sets the given name for the specified shape to mark it as a fluid shape. This function can be used only in a sub-master layout view, for example, during Pcell generation.
Arguments
Return Value
|
Specified name is set for the specified shape to mark it as a fluid shape. |
|
Examples
Sets the name fluidShape2 on the shape rect2 to mark it as a fluid shape.
dbSetFluidShape(rect2 "fluidShape2")cv
Related Topics
Fluid Shape Functions
Return to top