SoDistributeActionSetDistributeMethod Method |
Specifies the algorithm used to distribute the scene graph.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic void SetDistributeMethod(
SoDistributeActionDistributeMethods distribMethod
)
Public Sub SetDistributeMethod (
distribMethod As SoDistributeActionDistributeMethods
)
public:
void SetDistributeMethod(
SoDistributeActionDistributeMethods distribMethod
)
member SetDistributeMethod :
distribMethod : SoDistributeActionDistributeMethods -> unit
Parameters
- distribMethod
- Type: OIV.Inventor.ActionsSoDistributeActionDistributeMethods
Remarks
Default is TRIANGLE_COUNT.
See Also