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

<link>.getMask

Returns mask

<link>.getMask()  

Remarks

This command will return the current type mask of the link object. See setMask for a list of the possible values.

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>.getDstMask
<link>.getSrcMask
<link>.setMask