Uses of Class
com.openinventor.inventor.nodes.SoAlgebraicShape.ASClippingPolicies
-
Packages that use SoAlgebraicShape.ASClippingPolicies Package Description com.openinventor.inventor.nodes -
-
Uses of SoAlgebraicShape.ASClippingPolicies in com.openinventor.inventor.nodes
Methods in com.openinventor.inventor.nodes that return SoAlgebraicShape.ASClippingPolicies Modifier and Type Method Description static SoAlgebraicShape.ASClippingPolicies
SoAlgebraicShape.ASClippingPolicies. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoAlgebraicShape.ASClippingPolicies
SoAlgebraicShape.ASClippingPolicies. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoAlgebraicShape.ASClippingPolicies[]
SoAlgebraicShape.ASClippingPolicies. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-