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
Value Returned
Example
shapeData = vfoCreateShapeData("rect" list(0:0 10:10)) => stdobj@0x148f51e0 vfoDrawFluidShape(shapeData cvId '("OD" "drawing")) => db:0xf11ec912
Return to top