Packages

 

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

Classes

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

Class Line

    • Constructor Detail

      • Line

        public Line()
    • Method Detail

      • getOrigin

        public final String getOrigin()

        Gets or sets the origin. Contains three floating-point numbers that describe the origin of the line.

      • setOrigin

        public final void setOrigin(String value)

        Gets or sets the origin. Contains three floating-point numbers that describe the origin of the line.

      • getDirection

        public final String getDirection()

        Gets or sets the direction. Contains three floating-point numbers that describe the direction of the line as a unit vector.

      • setDirection

        public final void setDirection(String value)

        Gets or sets the direction. Contains three floating-point numbers that describe the direction of the line as a unit vector.

      • getExtra

        public final Extra[] getExtra()

        Gets or sets the extra.

      • setExtra

        public final void setExtra(Extra[] value)

        Gets or sets the extra.