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 void
PoBevelEdgeElement.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.radiusFlag
Defines the interpretation of the field radius.Methods in com.openinventor.meshviz.nodes that return PoBevelEdge.RadiusFlagsModifier and TypeMethodDescriptionstatic PoBevelEdge.RadiusFlags
PoBevelEdge.RadiusFlags.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic PoBevelEdge.RadiusFlags
Returns 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.