Uses of Class
com.openinventor.inventor.viewercomponents.nodes.SoViewingCube.EdgeStyles
-
Packages that use SoViewingCube.EdgeStyles Package Description com.openinventor.inventor.viewercomponents.nodes Viewer components nodes independent from graphical user interface. -
-
Uses of SoViewingCube.EdgeStyles in com.openinventor.inventor.viewercomponents.nodes
Fields in com.openinventor.inventor.viewercomponents.nodes with type parameters of type SoViewingCube.EdgeStyles Modifier and Type Field Description SoSFEnum<SoViewingCube.EdgeStyles>
SoViewingCube. edgeStyle
Style of edges and corners.Methods in com.openinventor.inventor.viewercomponents.nodes that return SoViewingCube.EdgeStyles Modifier and Type Method Description static SoViewingCube.EdgeStyles
SoViewingCube.EdgeStyles. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoViewingCube.EdgeStyles
SoViewingCube.EdgeStyles. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoViewingCube.EdgeStyles[]
SoViewingCube.EdgeStyles. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-