Packages

 

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

Class CadPolylineBase

    • Constructor Detail

      • CadPolylineBase

        public CadPolylineBase()
    • Method Detail

      • getTypeName

        public int getTypeName()

        Gets the name of the type.

        Value: The name of the type.
        Overrides:
        getTypeName in class CadBaseEntity
        Returns:
        The name of the type.
      • getElevation

        public double getElevation()

        Gets or sets the elevation.

        Value: The elevation.
      • setElevation

        public void setElevation(double value)

        Gets or sets the elevation.

        Value: The elevation.
      • getEndWidth

        public double getEndWidth()

        Gets or sets the end width.

        Value: The end width.
      • setEndWidth

        public void setEndWidth(double value)

        Gets or sets the end width.

        Value: The end width.
      • getFlag

        public final short getFlag()

        Gets or sets the flag.

        Value: The flag.
      • setFlag

        public final void setFlag(short value)

        Gets or sets the flag.

        Value: The flag.
      • getMeshMVertexCount

        public short getMeshMVertexCount()

        Gets or sets the mesh M vertex count.

        Value: The mesh M vertex count.
      • setMeshMVertexCount

        public void setMeshMVertexCount(short value)

        Gets or sets the mesh M vertex count.

        Value: The mesh M vertex count.
      • getMeshNVertexCount

        public short getMeshNVertexCount()

        Gets or sets the mesh N vertex count.

        Value: The mesh N vertex count.
      • setMeshNVertexCount

        public void setMeshNVertexCount(short value)

        Gets or sets the mesh N vertex count.

        Value: The mesh N vertex count.
      • getStartWidth

        public double getStartWidth()

        Gets or sets the start width.

        Value: The start width.
      • setStartWidth

        public void setStartWidth(double value)

        Gets or sets the start width.

        Value: The start width.
      • getSurfaceMDensity

        public short getSurfaceMDensity()

        Gets or sets the surface M density.

        Value: The surface M density.
      • setSurfaceMDensity

        public void setSurfaceMDensity(short value)

        Gets or sets the surface M density.

        Value: The surface M density.
      • getSurfaceNDensity

        public short getSurfaceNDensity()

        Gets or sets the surface N density.

        Value: The surface N density.
      • setSurfaceNDensity

        public void setSurfaceNDensity(short value)

        Gets or sets the surface N density.

        Value: The surface N density.
      • getSurfaceType

        public short getSurfaceType()

        Gets or sets the type of the surface.

        Value: The type of the surface.
      • setSurfaceType

        public void setSurfaceType(short value)

        Gets or sets the type of the surface.

        Value: The type of the surface.
      • getThickness

        public double getThickness()

        Gets or sets the Thickness

        Value: The Thickness.
      • setThickness

        public void setThickness(double value)

        Gets or sets the Thickness

        Value: The Thickness.