Uses of Class
com.openinventor.meshviz.nodes.PoBevelEdge.RadiusFlags
-
Packages that use PoBevelEdge.RadiusFlags Package Description com.openinventor.meshviz.elements com.openinventor.meshviz.nodes -
-
Uses of PoBevelEdge.RadiusFlags in com.openinventor.meshviz.elements
Methods in com.openinventor.meshviz.elements with parameters of type PoBevelEdge.RadiusFlags Modifier and Type Method Description static 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.RadiusFlags Modifier and Type Field Description SoSFEnum<PoBevelEdge.RadiusFlags>
PoBevelEdge. radiusFlag
Defines the interpretation of the field radius.Methods in com.openinventor.meshviz.nodes that return PoBevelEdge.RadiusFlags Modifier and Type Method Description static PoBevelEdge.RadiusFlags
PoBevelEdge.RadiusFlags. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic PoBevelEdge.RadiusFlags
PoBevelEdge.RadiusFlags. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PoBevelEdge.RadiusFlags[]
PoBevelEdge.RadiusFlags. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-