Uses of Enum Class
com.openinventor.inventor.nodes.SoShapeHints.FaceTypes
Packages that use SoShapeHints.FaceTypes
-
Uses of SoShapeHints.FaceTypes in com.openinventor.inventor.actions
Methods in com.openinventor.inventor.actions that return SoShapeHints.FaceTypesModifier and TypeMethodDescriptionSoCallbackAction.getFaceType()
Returns the current shape hints from the state. -
Uses of SoShapeHints.FaceTypes in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoShapeHints.FaceTypesModifier and TypeFieldDescriptionfinal SoSFEnum
<SoShapeHints.FaceTypes> SoShapeHints.faceType
Indicates whether each face is convex.Methods in com.openinventor.inventor.nodes that return SoShapeHints.FaceTypesModifier and TypeMethodDescriptionstatic SoShapeHints.FaceTypes
SoShapeHints.FaceTypes.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic SoShapeHints.FaceTypes
Returns the enum constant of this class with the specified name.static SoShapeHints.FaceTypes[]
SoShapeHints.FaceTypes.values()
Returns an array containing the constants of this enum class, in the order they are declared.