Uses of Enum Class
com.openinventor.inventor.nodes.SoShapeHints.ShapeTypes
Packages that use SoShapeHints.ShapeTypes
-
Uses of SoShapeHints.ShapeTypes in com.openinventor.inventor.actions
Methods in com.openinventor.inventor.actions that return SoShapeHints.ShapeTypesModifier and TypeMethodDescriptionSoCallbackAction.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.ShapeTypesModifier and TypeFieldDescriptionfinal SoSFEnum<SoShapeHints.ShapeTypes> SoShapeHints.shapeTypeIndicates whether the shape is known to enclose a volume and whether it defines the exterior of this volume (SOLID) or the interior (INNER_SOLID), or not.Methods in com.openinventor.inventor.nodes that return SoShapeHints.ShapeTypesModifier and TypeMethodDescriptionstatic SoShapeHints.ShapeTypesSoShapeHints.ShapeTypes.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic SoShapeHints.ShapeTypesReturns the enum constant of this class with the specified name.static SoShapeHints.ShapeTypes[]SoShapeHints.ShapeTypes.values()Returns an array containing the constants of this enum class, in the order they are declared.