Packages

 

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

Classes

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

Class NurbsSurface



  • public class NurbsSurface
    extends ColladaElement

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

    • Constructor Detail

      • NurbsSurface

        public NurbsSurface()

        Initializes a new instance of the NurbsSurface 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.

      • setControlVertices

        public final void setControlVertices(ControlVertices value)

        Gets or sets the control vertices.

      • getExtra

        public final Extra[] getExtra()

        Gets or sets the extra.

      • setExtra

        public final void setExtra(Extra[] value)

        Gets or sets the extra.

      • getDegreeU

        public final long getDegreeU()

        Gets or sets the degree u. Specifies the degree of the NURBS curve for the u direction. Required.

      • setDegreeU

        public final void setDegreeU(long value)

        Gets or sets the degree u. Specifies the degree of the NURBS curve for the u direction. Required.

      • getClosedU

        public final boolean getClosedU()

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

      • setClosedU

        public final void setClosedU(boolean value)

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

      • getDegreeV

        public final long getDegreeV()

        Gets or sets the degree v. Specifies the degree of the NURBS curve for the v direction. Required.

      • setDegreeV

        public final void setDegreeV(long value)

        Gets or sets the degree v. Specifies the degree of the NURBS curve for the v direction. Required.

      • getClosedV

        public final boolean getClosedV()

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

      • setClosedV

        public final void setClosedV(boolean value)

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