Uses of Class
com.openinventor.meshviz.graph.PoCurve3.CurveReps
-
Packages that use PoCurve3.CurveReps Package Description com.openinventor.meshviz.graph -
-
Uses of PoCurve3.CurveReps in com.openinventor.meshviz.graph
Fields in com.openinventor.meshviz.graph with type parameters of type PoCurve3.CurveReps Modifier and Type Field Description SoSFEnum<PoCurve3.CurveReps>
PoCurve3. curveRep
Defines the curve representation (polyline, smooth or none).Methods in com.openinventor.meshviz.graph that return PoCurve3.CurveReps Modifier and Type Method Description static PoCurve3.CurveReps
PoCurve3.CurveReps. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic PoCurve3.CurveReps
PoCurve3.CurveReps. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PoCurve3.CurveReps[]
PoCurve3.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 PoCurve3.CurveReps Constructor Description PoCurve3(SbVec3f[] _point, PoCurve3.CurveReps _curveRep)
Constructor.
-