Uses of Enum Class
com.openinventor.meshviz.data.PoMesh3DVec.ArrowShapes
Packages that use PoMesh3DVec.ArrowShapes
-
Uses of PoMesh3DVec.ArrowShapes in com.openinventor.meshviz.data
Fields in com.openinventor.meshviz.data with type parameters of type PoMesh3DVec.ArrowShapesModifier and TypeFieldDescriptionfinal SoSFEnum
<PoMesh3DVec.ArrowShapes> PoMesh3DVec.endArrowShape
Type of shape to be drawn at the end point of the body.final SoSFEnum
<PoMesh3DVec.ArrowShapes> PoMesh3DVec.startArrowShape
Type of shape to be drawn at the start point of the body.Methods in com.openinventor.meshviz.data that return PoMesh3DVec.ArrowShapesModifier and TypeMethodDescriptionstatic PoMesh3DVec.ArrowShapes
PoMesh3DVec.ArrowShapes.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic PoMesh3DVec.ArrowShapes
Returns the enum constant of this class with the specified name.static PoMesh3DVec.ArrowShapes[]
PoMesh3DVec.ArrowShapes.values()
Returns an array containing the constants of this enum class, in the order they are declared.