Returns source mask
| <link>.getSrcMask() |
This command will return the current type mask of the source object.
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. |