Packages

 

com.aspose.cad.fileformats.cad.cadobjects.polylines

Class CadPolylineBase

    • Constructor Detail

      • CadPolylineBase

        public CadPolylineBase()

        Initializes a new instance of the CadPolylineBase class.

    • Method Detail

      • 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.
      • getEndWidth

        public double getEndWidth()

        Gets or sets the end width.

        Returns:
        The end width.
      • setEndWidth

        public void setEndWidth(double value)

        Gets or sets the end width.

        Parameters:
        value - The end width.
      • 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.
      • getMeshMVertexCount

        public short getMeshMVertexCount()

        Gets or sets the mesh M vertex count.

        Returns:
        The mesh M vertex count.
      • setMeshMVertexCount

        public void setMeshMVertexCount(short value)

        Gets or sets the mesh M vertex count.

        Parameters:
        value - The mesh M vertex count.
      • getMeshNVertexCount

        public short getMeshNVertexCount()

        Gets or sets the mesh N vertex count.

        Returns:
        The mesh N vertex count.
      • setMeshNVertexCount

        public void setMeshNVertexCount(short value)

        Gets or sets the mesh N vertex count.

        Parameters:
        value - The mesh N vertex count.
      • getStartWidth

        public double getStartWidth()

        Gets or sets the start width.

        Returns:
        The start width.
      • setStartWidth

        public void setStartWidth(double value)

        Gets or sets the start width.

        Parameters:
        value - The start width.
      • getSurfaceMDensity

        public short getSurfaceMDensity()

        Gets or sets the surface M density.

        Returns:
        The surface M density.
      • setSurfaceMDensity

        public void setSurfaceMDensity(short value)

        Gets or sets the surface M density.

        Parameters:
        value - The surface M density.
      • getSurfaceNDensity

        public short getSurfaceNDensity()

        Gets or sets the surface N density.

        Returns:
        The surface N density.
      • setSurfaceNDensity

        public void setSurfaceNDensity(short value)

        Gets or sets the surface N density.

        Parameters:
        value - The surface N density.
      • getSurfaceType

        public short getSurfaceType()

        Gets or sets the type of the surface.

        Returns:
        The type of the surface.
      • setSurfaceType

        public void setSurfaceType(short value)

        Gets or sets the type of the surface.

        Parameters:
        value - The type of the surface.
      • 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.