Click or drag to resize
SoDistributeActionSetDistributeMethod Method

Destructor.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetDistributeMethod(
	SoDistributeActionDistributeMethods distribMethod
)

Parameters

distribMethod
Type: OIV.Inventor.ActionsSoDistributeActionDistributeMethods
Remarks

Specifies the algorithm used to distribute the scene graph. Default is TRIANGLE_COUNT.

See Also