Uses of Class
com.openinventor.meshviz.graph.PoCurve.CurveReps
-
Packages that use PoCurve.CurveReps Package Description com.openinventor.meshviz.graph -
-
Uses of PoCurve.CurveReps in com.openinventor.meshviz.graph
Fields in com.openinventor.meshviz.graph with type parameters of type PoCurve.CurveReps Modifier and Type Field Description SoSFEnum<PoCurve.CurveReps>
PoCurve. curveRep
Defines the curve representation (polyline, smooth, stair, ...)Methods in com.openinventor.meshviz.graph that return PoCurve.CurveReps Modifier and Type Method Description static PoCurve.CurveReps
PoCurve.CurveReps. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic PoCurve.CurveReps
PoCurve.CurveReps. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PoCurve.CurveReps[]
PoCurve.CurveReps. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.openinventor.meshviz.graph with parameters of type PoCurve.CurveReps Constructor Description PoCurve(SbVec2f[] _point, PoCurve.CurveReps _curveRep)
Constructor.
-