Packages

 

com.aspose.cad.fileformats.collada.fileparser.elements

Classes

com.aspose.cad.fileformats.collada.fileparser.elements

Class Nurbs



  • public class Nurbs
    extends ColladaElement

    The NURBS. Describes a NURBS curve in 3D space.

    • Constructor Detail

      • Nurbs

        public Nurbs()

        Initializes a new instance of the Nurbs class.

    • Method Detail

      • getSource

        public final Source[] getSource()

        Gets or sets the source.

      • setSource

        public final void setSource(Source[] value)

        Gets or sets the source.

      • getControlVertices

        public final ControlVertices getControlVertices()

        Gets or sets the control vertices. The control vertices element must occur exactly one time. It is used to describe the CVs of the spline.

      • setControlVertices

        public final void setControlVertices(ControlVertices value)

        Gets or sets the control vertices. The control vertices element must occur exactly one time. It is used to describe the CVs of the spline.

      • getExtra

        public final Extra[] getExtra()

        Gets or sets the extra.

      • setExtra

        public final void setExtra(Extra[] value)

        Gets or sets the extra.

      • getDegree

        public final long getDegree()

        Gets or sets the degree. Specifies the degree of the NURBS curve.

      • setDegree

        public final void setDegree(long value)

        Gets or sets the degree. Specifies the degree of the NURBS curve.

      • getClosed

        public final boolean getClosed()

        Gets or sets a value indicating whether curve is closed. Specifies whether a NURBS curve is closed. The default is false. Optional.

      • setClosed

        public final void setClosed(boolean value)

        Gets or sets a value indicating whether curve is closed. Specifies whether a NURBS curve is closed. The default is false. Optional.