SoDistributeActionSetDistributeMethod Method |
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public 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 Specifies the algorithm used to distribute the scene graph.
Default is TRIANGLE_COUNT.
See Also