Uses of Class
com.openinventor.inventor.actions.SoDistributeAction.DistributeMethods
-
Packages that use SoDistributeAction.DistributeMethods Package Description com.openinventor.inventor.actions -
-
Uses of SoDistributeAction.DistributeMethods in com.openinventor.inventor.actions
Methods in com.openinventor.inventor.actions that return SoDistributeAction.DistributeMethods Modifier and Type Method Description SoDistributeAction.DistributeMethods
SoDistributeAction. getDistributeMethod()
Returns the algorithm used to distribute the scene graph.static SoDistributeAction.DistributeMethods
SoDistributeAction.DistributeMethods. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoDistributeAction.DistributeMethods
SoDistributeAction.DistributeMethods. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoDistributeAction.DistributeMethods[]
SoDistributeAction.DistributeMethods. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.inventor.actions with parameters of type SoDistributeAction.DistributeMethods Modifier and Type Method Description void
SoDistributeAction. setDistributeMethod(SoDistributeAction.DistributeMethods distribMethod)
Destructor.
-