<operator:linkable>.setLinkable

Set the linkable object to use with the linkable operator

 

<operator:linkable>.setLinkable(
    linkable    
    mask = viz.LINK_POS | viz.LINK_ORI    
    flag = 0    

)

 

linkable

Any linkable object


mask = viz.LINK_POS | viz.LINK_ORI

A mask that controls which values of the linkable are multiplied with the input matrix. Can be a combination of the following values:

Link masks

viz.LINK_POS

Position value will be multiplied with the input matrix.

viz.LINK_ORI

Orientation value will be multiplied with the input matrix.

viz.LINK_SCALE

Scale value will be multiplied with the input matrix.

viz.LINK_ALL

All available values will be multiplied with the input matrix. A combination of all the above values.


flag = 0

The flag to use when retrieving linkable values.


Remarks

This command will set the linkable object and associated settings for the linkable operator.

Return Value

None

See also

<link>.postMultInverseLinkable
<link>.postMultLinkable
<link>.preMultInverseLinkable
<link>.preMultLinkable