vfoConvertToPolygon
vfoConvertToPolygon(g_obj d_instId[ @restl_args] ) => t / nil
Description
Converts the fluid shape of the given instance to a polygon. This is used for instances containing path type fluid shape. The Convert to Polygon command for fluid Pcells does not pass these arguments. This function updates the relevant Pcell parameters.
Arguments
|
An instance of the |
|
|
List of optional arguments that can be passed to the function. |
Value Returned
Example
In the following example, inst is the fluid Pcell instance to be converted.
obj = vfoAllocateProtocolObj(inst) => stdobj@0x148e90e4 vfoConvertToPolygon(obj inst) => t
Return to top