Packages

 

com.aspose.cad.fileformats.cad.cadobjects.section

Class CadSectionGeometrySettings

  • java.lang.Object
    • com.aspose.cad.fileformats.cad.cadobjects.section.CadSectionGeometrySettings


  • public class CadSectionGeometrySettings
    extends Object

    The SectionGeometrySettings data

    • Constructor Detail

      • CadSectionGeometrySettings

        public CadSectionGeometrySettings()

        Initializes a new instance of the CadSectionGeometrySettings class.

    • Method Detail

      • getSectionType

        public CadIntParameter getSectionType()

        Gets or sets the type of the section.

        Returns:
        The type of the section.
      • setSectionType

        public void setSectionType(CadIntParameter value)

        Gets or sets the type of the section.

        Parameters:
        value - The type of the section.
      • getGeometryCount

        public CadIntParameter getGeometryCount()

        Gets or sets the geometry count.

        Returns:
        The geometry count.
      • setGeometryCount

        public void setGeometryCount(CadIntParameter value)

        Gets or sets the geometry count.

        Parameters:
        value - The geometry count.
      • getBitflags

        public CadIntParameter getBitflags()

        Gets or sets the bitflags.

        Returns:
        The bitflags.
      • setBitflags

        public void setBitflags(CadIntParameter value)

        Gets or sets the bitflags.

        Parameters:
        value - The bitflags.
      • getColorData

        public CadShortParameter getColorData()

        Gets or sets the color data.

        Returns:
        The color data.
      • setColorData

        public void setColorData(CadShortParameter value)

        Gets or sets the color data.

        Parameters:
        value - The color data.
      • getLayerName

        public CadStringParameter getLayerName()

        Gets or sets the name of the layer.

        Returns:
        The name of the layer.
      • setLayerName

        public void setLayerName(CadStringParameter value)

        Gets or sets the name of the layer.

        Parameters:
        value - The name of the layer.
      • getLinetypeName

        public CadStringParameter getLinetypeName()

        Gets or sets the name of the linetype.

        Returns:
        The name of the linetype.
      • setLinetypeName

        public void setLinetypeName(CadStringParameter value)

        Gets or sets the name of the linetype.

        Parameters:
        value - The name of the linetype.
      • getLinetypeScale

        public CadDoubleParameter getLinetypeScale()

        Gets or sets the linetype scale.

        Returns:
        The linetype scale.
      • setLinetypeScale

        public void setLinetypeScale(CadDoubleParameter value)

        Gets or sets the linetype scale.

        Parameters:
        value - The linetype scale.
      • getPlotstyleName

        public CadStringParameter getPlotstyleName()

        Gets or sets the name of the plotstyle.

        Returns:
        The name of the plotstyle.
      • setPlotstyleName

        public void setPlotstyleName(CadStringParameter value)

        Gets or sets the name of the plotstyle.

        Parameters:
        value - The name of the plotstyle.
      • getLineWeight

        public CadShortParameter getLineWeight()

        Gets or sets the line weight.

        Returns:
        The line weight.
      • setLineWeight

        public void setLineWeight(CadShortParameter value)

        Gets or sets the line weight.

        Parameters:
        value - The line weight.
      • getFaceTransparency

        public CadShortParameter getFaceTransparency()

        Gets or sets the face transparency.

        Returns:
        The face transparency.
      • setFaceTransparency

        public void setFaceTransparency(CadShortParameter value)

        Gets or sets the face transparency.

        Parameters:
        value - The face transparency.
      • getEdgeTransparency

        public CadShortParameter getEdgeTransparency()

        Gets or sets the edge transparency.

        Returns:
        The edge transparency.
      • setEdgeTransparency

        public void setEdgeTransparency(CadShortParameter value)

        Gets or sets the edge transparency.

        Parameters:
        value - The edge transparency.
      • getHatchPatternType

        public CadShortParameter getHatchPatternType()

        Gets or sets the type of the hatch pattern.

        Returns:
        The type of the hatch pattern.
      • setHatchPatternType

        public void setHatchPatternType(CadShortParameter value)

        Gets or sets the type of the hatch pattern.

        Parameters:
        value - The type of the hatch pattern.
      • getHatchPatternName

        public CadStringParameter getHatchPatternName()

        Gets or sets the name of the hatch pattern.

        Returns:
        The name of the hatch pattern.
      • setHatchPatternName

        public void setHatchPatternName(CadStringParameter value)

        Gets or sets the name of the hatch pattern.

        Parameters:
        value - The name of the hatch pattern.
      • getHatchAngle

        public CadDoubleParameter getHatchAngle()

        Gets or sets the hatch angle.

        Returns:
        The hatch angle.
      • setHatchAngle

        public void setHatchAngle(CadDoubleParameter value)

        Gets or sets the hatch angle.

        Parameters:
        value - The hatch angle.
      • getHatchScale

        public CadDoubleParameter getHatchScale()

        Gets or sets the hatch scale.

        Returns:
        The hatch scale.
      • setHatchScale

        public void setHatchScale(CadDoubleParameter value)

        Gets or sets the hatch scale.

        Parameters:
        value - The hatch scale.
      • getHatchSpacing

        public CadDoubleParameter getHatchSpacing()

        Gets or sets the hatch spacing.

        Returns:
        The hatch spacing.
      • setHatchSpacing

        public void setHatchSpacing(CadDoubleParameter value)

        Gets or sets the hatch spacing.

        Parameters:
        value - The hatch spacing.
      • getSectionGeometrySettingsEndDataMarker

        public CadStringParameter getSectionGeometrySettingsEndDataMarker()

        Gets or sets the section geometry settings end data marker.

        Returns:
        The section geometry settings end data marker.
      • setSectionGeometrySettingsEndDataMarker

        public void setSectionGeometrySettingsEndDataMarker(CadStringParameter value)

        Gets or sets the section geometry settings end data marker.

        Parameters:
        value - The section geometry settings end data marker.