Packages

 

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

Classes

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

Class Spline



  • public class Spline
    extends ColladaElement

    The spline. The spline element contains control vertex information sufficient to describe basic splines.

    • Constructor Detail

      • Spline

        public Spline()

        Initializes a new instance of the Spline class.

    • Method Detail

      • getSource

        public final Source[] getSource()

        Gets or sets the source. Provides the values for the CVs and segments of the spline.

      • setSource

        public final void setSource(Source[] value)

        Gets or sets the source. Provides the values for the CVs and segments of the spline.

      • getControlVertices

        public final ControlVertices getControlVertices()

        Gets or sets the control vertices. Describes the CVs of the spline.

      • setControlVertices

        public final void setControlVertices(ControlVertices value)

        Gets or sets the control vertices. Describes 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.

      • getClosed

        public final boolean getClosed()

        Gets or sets a value indicating whether there is a segment connecting the first and last control vertices.

      • setClosed

        public final void setClosed(boolean value)

        Gets or sets a value indicating whether there is a segment connecting the first and last control vertices.