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