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