Class NurbsDirection

  • java.lang.Object
    • com.aspose.threed.NurbsDirection
    • Constructor Summary

      Constructors 
      Constructor Description
      NurbsDirection()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getCount()
      Gets the count of control points in current direction.
      int getDivisions()
      Gets the number of divisions between adjacent control points in current direction.
      java.util.List<java.lang.Double> getKnotVectors()
      Gets the knot vector, it is a sequence of parameter values that determines where and how the control points affect the NURBS curve.
      java.util.List<java.lang.Integer> getMultiplicity()
      Gets the multiplicity.
      int getOrder()
      Gets the order of a NURBS curve, it defines the number of nearby control points that influence any given point on the curve.
      NurbsType getType()
      Gets the type of the current direction.
      void setCount​(int value)
      Sets the count of control points in current direction.
      void setDivisions​(int value)
      Sets the number of divisions between adjacent control points in current direction.
      void setOrder​(int value)
      Sets the order of a NURBS curve, it defines the number of nearby control points that influence any given point on the curve.
      void setType​(NurbsType value)
      Sets the type of the current direction.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NurbsDirection

        public NurbsDirection()
    • Method Detail

      • getKnotVectors

        public java.util.List<java.lang.Double> getKnotVectors()
        Gets the knot vector, it is a sequence of parameter values that determines where and how the control points affect the NURBS curve.
      • getMultiplicity

        public java.util.List<java.lang.Integer> getMultiplicity()
        Gets the multiplicity.
      • getOrder

        public int getOrder()
        Gets the order of a NURBS curve, it defines the number of nearby control points that influence any given point on the curve.
      • setOrder

        public void setOrder​(int value)
        Sets the order of a NURBS curve, it defines the number of nearby control points that influence any given point on the curve.
        Parameters:
        value - New value
      • getDivisions

        public int getDivisions()
        Gets the number of divisions between adjacent control points in current direction.
      • setDivisions

        public void setDivisions​(int value)
        Sets the number of divisions between adjacent control points in current direction.
        Parameters:
        value - New value
      • getType

        public NurbsType getType()
        Gets the type of the current direction.
      • setType

        public void setType​(NurbsType value)
        Sets the type of the current direction.
        Parameters:
        value - New value
      • getCount

        public int getCount()
        Gets the count of control points in current direction.
      • setCount

        public void setCount​(int value)
        Sets the count of control points in current direction.
        Parameters:
        value - New value