Uses of Enum Class
com.openinventor.inventor.actions.SoGLRenderAction.FastEditSavePolicies
Packages that use SoGLRenderAction.FastEditSavePolicies
-
Uses of SoGLRenderAction.FastEditSavePolicies in com.openinventor.inventor.actions
Methods in com.openinventor.inventor.actions that return SoGLRenderAction.FastEditSavePoliciesModifier and TypeMethodDescriptionSoGLRenderAction.getFastEditSavePolicy()Returns fast editing save policy used when rendering.SoGLRenderAction.FastEditSavePolicies.valueOf(int val) Returns the enum constant of this type with the specified integer valueReturns the enum constant of this class with the specified name.SoGLRenderAction.FastEditSavePolicies.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.inventor.actions with parameters of type SoGLRenderAction.FastEditSavePoliciesModifier and TypeMethodDescriptionvoidSoGLRenderAction.setFastEditSavePolicy(SoGLRenderAction.FastEditSavePolicies policy) Calls setFastEditSavePolicy(policy, false).voidSoGLRenderAction.setFastEditSavePolicy(SoGLRenderAction.FastEditSavePolicies policy, boolean fastEditDelayedObjects) Sets fast editing save policy to use when rendering.