Uses of Enum Class
com.openinventor.inventor.nodes.SoComplexity.Types
Packages that use SoComplexity.Types
-
Uses of SoComplexity.Types in com.openinventor.inventor.actions
Methods in com.openinventor.inventor.actions that return SoComplexity.TypesModifier and TypeMethodDescriptionSoCallbackAction.getComplexityType()
Returns complexity information from the state. -
Uses of SoComplexity.Types in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoComplexity.TypesModifier and TypeFieldDescriptionfinal SoSFEnum
<SoComplexity.Types> SoComplexity.type
How shape complexity is interpreted.Methods in com.openinventor.inventor.nodes that return SoComplexity.TypesModifier and TypeMethodDescriptionstatic SoComplexity.Types
SoComplexity.Types.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic SoComplexity.Types
Returns the enum constant of this class with the specified name.static SoComplexity.Types[]
SoComplexity.Types.values()
Returns an array containing the constants of this enum class, in the order they are declared.