Uses of Class
com.openinventor.meshviz.data.PoMesh3DVec.BodyShapes
-
Packages that use PoMesh3DVec.BodyShapes Package Description com.openinventor.meshviz.data -
-
Uses of PoMesh3DVec.BodyShapes in com.openinventor.meshviz.data
Fields in com.openinventor.meshviz.data with type parameters of type PoMesh3DVec.BodyShapes Modifier and Type Field Description SoSFEnum<PoMesh3DVec.BodyShapes>
PoMesh3DVec. bodyShape
Type of shape (no body, line, cylinder) used to draw the body.Methods in com.openinventor.meshviz.data that return PoMesh3DVec.BodyShapes Modifier and Type Method Description static PoMesh3DVec.BodyShapes
PoMesh3DVec.BodyShapes. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic PoMesh3DVec.BodyShapes
PoMesh3DVec.BodyShapes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PoMesh3DVec.BodyShapes[]
PoMesh3DVec.BodyShapes. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-