Vizard 7 » Command Index » Vizard objects » link » <link>.getSrcMask
7.6

<link>.getSrcMask

Returns source mask

<link>.getSrcMask()  

Remarks

This command will return the current type mask of the source object.

Return Value

A combination of the following values:

Link masks

viz.LINK_POS

Pass position information from the source to the destination.

viz.LINK_ORI

Pass orientation information from the source to the destination.

viz.LINK_SCALE

Pass scale information from the source to the destination.

viz.LINK_ALL

Pass all available information from the source to the destination. A combination of all the above values.