Uses of Enum Class
com.openinventor.inventor.actions.SoGlobalSimplifyAction.Strategies
Packages that use SoGlobalSimplifyAction.Strategies
-
Uses of SoGlobalSimplifyAction.Strategies in com.openinventor.inventor.actions
Methods in com.openinventor.inventor.actions that return SoGlobalSimplifyAction.StrategiesModifier and TypeMethodDescriptionSoGlobalSimplifyAction.getSimplificationStrategy()
Gets the strategy used to determine how to group triangles into the simplified shapes.SoGlobalSimplifyAction.Strategies.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.static SoGlobalSimplifyAction.Strategies[]
SoGlobalSimplifyAction.Strategies.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 SoGlobalSimplifyAction.StrategiesModifier and TypeMethodDescriptionvoid
SoGlobalSimplifyAction.setSimplificationStrategy
(SoGlobalSimplifyAction.Strategies st) Sets the strategy used to determine how to group triangles into the simplified shapes.