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