Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadLine

    • Constructor Detail

      • CadLine

        public CadLine()

        Initializes a new instance of the CadLine class.

    • Method Detail

      • getAttribute62

        public CadShortParameter getAttribute62()

        Gets or sets the attribute62.

        Returns:
        The attribute62.
      • setAttribute62

        public void setAttribute62(CadShortParameter value)

        Gets or sets the attribute62.

        Parameters:
        value - The attribute62.
      • getAttribute6

        public CadStringParameter getAttribute6()

        Gets or sets the attribute6.

        Returns:
        The attribute6.
      • setAttribute6

        public void setAttribute6(CadStringParameter value)

        Gets or sets the attribute6.

        Parameters:
        value - The attribute6.
      • getFirstPoint

        public Cad3DPoint getFirstPoint()

        Gets or sets the first Point.

        Returns:
        The First Point.
      • setFirstPoint

        public void setFirstPoint(Cad3DPoint value)

        Gets or sets the first Point.

        Parameters:
        value - The First Point.
      • getSecondPoint

        public Cad3DPoint getSecondPoint()

        Gets or sets the second Point.

        Returns:
        The Second Point.
      • setSecondPoint

        public void setSecondPoint(Cad3DPoint value)

        Gets or sets the second Point.

        Parameters:
        value - The Second Point.
      • getThickness

        public double getThickness()

        Gets or sets the thickness.

        Returns:
        The thickness.
      • setThickness

        public void setThickness(double value)

        Gets or sets the thickness.

        Parameters:
        value - The thickness.