Click or drag to resize
SoActionGetDistribMode Method

Returns the distribution mode of this action across a cluster (ScaleViz-Cluster only).

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
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.2.0 (2024.1.2)
Syntax
public SoActionDistribModes GetDistribMode()

Return Value

Type: SoActionDistribModes
Remarks

Default is LOCAL_ONLY.

See Also