Uses of Enum Class
com.openinventor.meshviz.nodes.PoBevelEdge.RadiusFlags
Packages that use PoBevelEdge.RadiusFlags
-
Uses of PoBevelEdge.RadiusFlags in com.openinventor.meshviz.elements
Methods in com.openinventor.meshviz.elements with parameters of type PoBevelEdge.RadiusFlagsModifier and TypeMethodDescriptionstatic voidPoBevelEdgeElement.set(SoState state, SoNode node, boolean on, float radius, PoBevelEdge.RadiusFlags radiusFlag, float bevelAngle) -
Uses of PoBevelEdge.RadiusFlags in com.openinventor.meshviz.nodes
Fields in com.openinventor.meshviz.nodes with type parameters of type PoBevelEdge.RadiusFlagsModifier and TypeFieldDescriptionfinal SoSFEnum<PoBevelEdge.RadiusFlags> PoBevelEdge.radiusFlagDefines the interpretation of the field radius.Methods in com.openinventor.meshviz.nodes that return PoBevelEdge.RadiusFlagsModifier and TypeMethodDescriptionstatic PoBevelEdge.RadiusFlagsPoBevelEdge.RadiusFlags.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic PoBevelEdge.RadiusFlagsReturns the enum constant of this class with the specified name.static PoBevelEdge.RadiusFlags[]PoBevelEdge.RadiusFlags.values()Returns an array containing the constants of this enum class, in the order they are declared.