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

<link>.getDstMask

Returns destination mask

<link>.getDstMask()  

Remarks

This command will return the current type mask of the destination 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.

See also

<link>.getSrcMask
<link>.getMask
<link>.setMask