Uses of Enum Class
com.openinventor.meshviz.nodes.PoDomain.TransformTypes
Packages that use PoDomain.TransformTypes
-
Uses of PoDomain.TransformTypes in com.openinventor.meshviz.nodes
Fields in com.openinventor.meshviz.nodes with type parameters of type PoDomain.TransformTypesModifier and TypeFieldDescriptionfinal SoSFEnum<PoDomain.TransformTypes> PoDomain.transformTypeDefine the transformation type of the domain.Methods in com.openinventor.meshviz.nodes that return PoDomain.TransformTypesModifier and TypeMethodDescriptionstatic PoDomain.TransformTypesPoDomain.TransformTypes.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic PoDomain.TransformTypesReturns the enum constant of this class with the specified name.static PoDomain.TransformTypes[]PoDomain.TransformTypes.values()Returns an array containing the constants of this enum class, in the order they are declared.