vfoSupportsUpdateModelShape?
vfoSupportsUpdateModelShape?(
g_obj
d_instId
)
=> t / nil
Description
Checks if the fluid shape of the given instance can be modified. This function is called by commands that directly update the fluid shape, such as Stretch, Reshape, Split, and Align.
Arguments
|
An instance of the |
|
Value Returned
Example
Obj = vfoAllocateProtocolObj(inst) => stdobj@0x148f5138 vfoSupportsUpdateModelShape?(obj inst) => t
Return to top