SoActionDistribModes Enumeration |
This is used to define the way an action is distributed across a cluster.
Extender API: this api is available to programmers who wish to extend the toolkit. We strongly suggest to use it only in the cases described in the Toolmaker guide such as creating a new class inherited from SoShape. See Open Inventor Toolmaker.
Namespace: OIV.Inventor.Actions
Member name | Value | Description | |
---|---|---|---|
LOCAL_ONLY | 0 | Action is only applied by the application. | |
CLUSTER_ONLY | 1 | Action is only applied by OIRU of the cluster. | |
ALL | 2 | Both application and cluster apply the action. |