Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

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

g_obj

An instance of the vfoAbstractClass SKILL++ class or any of its subclasses.

d_instId

The instance ID on which the operation is invoked.

Value Returned

t

The fluid shape of the given instance can be modified.

nil

The fluid shape of the given instance cannot be modified.

Example

Obj = vfoAllocateProtocolObj(inst)
    => stdobj@0x148f5138
vfoSupportsUpdateModelShape?(obj inst)
    => t

Return to top
 ⠀
X