Returns mask
| <link>.getMask() |
This command will return the current type mask of the link object. See setMask for a list of the possible values.
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. |