Uses of Enum Class
com.openinventor.inventor.actions.SoAction.AppliedCodes
Packages that use SoAction.AppliedCodes
-
Uses of SoAction.AppliedCodes in com.openinventor.inventor.actions
Methods in com.openinventor.inventor.actions that return SoAction.AppliedCodesModifier and TypeMethodDescriptionSoAction.getWhatAppliedTo()(Extender API) Returns code indicating what action is being applied to.static SoAction.AppliedCodesSoAction.AppliedCodes.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic SoAction.AppliedCodesReturns the enum constant of this class with the specified name.static SoAction.AppliedCodes[]SoAction.AppliedCodes.values()Returns an array containing the constants of this enum class, in the order they are declared.