Uses of Class
com.openinventor.inventor.nodes.SoShapeHints.ShapeTypes
-
Packages that use SoShapeHints.ShapeTypes Package Description com.openinventor.inventor.actions com.openinventor.inventor.nodes -
-
Uses of SoShapeHints.ShapeTypes in com.openinventor.inventor.actions
Methods in com.openinventor.inventor.actions that return SoShapeHints.ShapeTypes Modifier and Type Method Description SoShapeHints.ShapeTypes
SoCallbackAction. getShapeType()
Returns the current shape hints from the state. -
Uses of SoShapeHints.ShapeTypes in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoShapeHints.ShapeTypes Modifier and Type Field Description SoSFEnum<SoShapeHints.ShapeTypes>
SoShapeHints. shapeType
Indicates whether the shape is known to enclose a volume (SOLID) or not.Methods in com.openinventor.inventor.nodes that return SoShapeHints.ShapeTypes Modifier and Type Method Description static SoShapeHints.ShapeTypes
SoShapeHints.ShapeTypes. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoShapeHints.ShapeTypes
SoShapeHints.ShapeTypes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoShapeHints.ShapeTypes[]
SoShapeHints.ShapeTypes. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-