Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadLwPolyline

    • Constructor Detail

      • CadLwPolyline

        public CadLwPolyline()

        Initializes a new instance of the CadLwPolyline 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.
      • getCoordinates

        public List<Cad2DPoint> getCoordinates()

        Gets or sets the coordinates.

        Returns:
        The coordinates.
      • setCoordinates

        public void setCoordinates(List<Cad2DPoint> value)

        Gets or sets the coordinates.

        Parameters:
        value - The coordinates.
      • getElevation

        public double getElevation()

        Gets or sets the elevation.

        Returns:
        The elevation.
      • setElevation

        public void setElevation(double value)

        Gets or sets the elevation.

        Parameters:
        value - The elevation.
      • getConstantWidth

        public double getConstantWidth()

        Gets or sets the Constant Width.

        Returns:
        The Constant Width.
      • setConstantWidth

        public void setConstantWidth(double value)

        Gets or sets the Constant Width.

        Parameters:
        value - The Constant Width.
      • getEndWidth

        public List<CadDoubleParameter> getEndWidth()

        Gets or sets the end width.

        Returns:
        The end width.
      • setEndWidth

        public void setEndWidth(List<CadDoubleParameter> value)

        Gets or sets the end width.

        Parameters:
        value - The end width.
      • getBugle

        public List<CadParameter> getBugle()

        Gets or sets the bugle.

        Returns:
        The bugle.
      • setBugle

        public void setBugle(List<CadParameter> value)

        Gets or sets the bugle.

        Parameters:
        value - The bugle.
      • getFlag

        public short getFlag()

        Gets or sets the flag.

        Returns:
        The flag.
      • setFlag

        public void setFlag(short value)

        Gets or sets the flag.

        Parameters:
        value - The flag.
      • getStartWidth

        public List<CadDoubleParameter> getStartWidth()

        Gets or sets the start width.

        Returns:
        The start width.
      • setStartWidth

        public void setStartWidth(List<CadDoubleParameter> value)

        Gets or sets the start width.

        Parameters:
        value - The start width.
      • 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.
      • getPointCount

        public int getPointCount()

        Gets or sets the PointCount

        Returns:
        The count of points.
      • setPointCount

        public void setPointCount(int value)

        Gets or sets the PointCount

        Parameters:
        value - The count of points.