Uses of Class
com.openinventor.meshviz.data.PoMesh3DVec.ArrowShapes
-
Packages that use PoMesh3DVec.ArrowShapes Package Description com.openinventor.meshviz.data -
-
Uses of PoMesh3DVec.ArrowShapes in com.openinventor.meshviz.data
Fields in com.openinventor.meshviz.data with type parameters of type PoMesh3DVec.ArrowShapes Modifier and Type Field Description SoSFEnum<PoMesh3DVec.ArrowShapes>
PoMesh3DVec. endArrowShape
Type of shape to be drawn at the end point of the body.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.ArrowShapes Modifier and Type Method Description static PoMesh3DVec.ArrowShapes
PoMesh3DVec.ArrowShapes. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic PoMesh3DVec.ArrowShapes
PoMesh3DVec.ArrowShapes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PoMesh3DVec.ArrowShapes[]
PoMesh3DVec.ArrowShapes. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-