Uses of Enum Class
com.openinventor.meshviz.data.PoMesh2DVec.BodyShapes
Packages that use PoMesh2DVec.BodyShapes
-
Uses of PoMesh2DVec.BodyShapes in com.openinventor.meshviz.data
Fields in com.openinventor.meshviz.data with type parameters of type PoMesh2DVec.BodyShapesModifier and TypeFieldDescriptionfinal SoSFEnum<PoMesh2DVec.BodyShapes> PoMesh2DVec.bodyShapeType of shape (no body, line, cylinder) used to draw the body.Methods in com.openinventor.meshviz.data that return PoMesh2DVec.BodyShapesModifier and TypeMethodDescriptionstatic PoMesh2DVec.BodyShapesPoMesh2DVec.BodyShapes.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic PoMesh2DVec.BodyShapesReturns the enum constant of this class with the specified name.static PoMesh2DVec.BodyShapes[]PoMesh2DVec.BodyShapes.values()Returns an array containing the constants of this enum class, in the order they are declared.