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