Packages

 

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

Class CadSectionTypeSettings

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


  • public class CadSectionTypeSettings
    extends Object

    The SectionTypeSettings data

    • Constructor Detail

      • CadSectionTypeSettings

        public CadSectionTypeSettings()

        Initializes a new instance of the CadSectionTypeSettings class.

    • Method Detail

      • getSectionGeometrySettings

        public final CadSectionGeometrySettings getSectionGeometrySettings()

        Gets or sets the section geometry settings.

        Returns:
        The section geometry settings.
      • setSectionGeometrySettings

        public final void setSectionGeometrySettings(CadSectionGeometrySettings value)

        Gets or sets the section geometry settings.

        Parameters:
        value - The section geometry settings.
      • getSectionTypeSettingsMarker

        public final String getSectionTypeSettingsMarker()

        Gets or sets the section type settings marker.

        Returns:
        The section type settings marker.
      • setSectionTypeSettingsMarker

        public final void setSectionTypeSettingsMarker(String value)

        Gets or sets the section type settings marker.

        Parameters:
        value - The section type settings marker.
      • getSectionType

        public final int getSectionType()

        Gets or sets the type of the section.

        Returns:
        The type of the section.
      • setSectionType

        public final void setSectionType(int value)

        Gets or sets the type of the section.

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

        public final int getGenerationOptionFlag()

        Gets or sets the generation option flag.

        Returns:
        The generation option flag.
      • setGenerationOptionFlag

        public final void setGenerationOptionFlag(int value)

        Gets or sets the generation option flag.

        Parameters:
        value - The generation option flag.
      • getSourceObjectsNumber

        public final int getSourceObjectsNumber()

        Gets or sets the source objects number.

        Returns:
        The source objects number.
      • setSourceObjectsNumber

        public final void setSourceObjectsNumber(int value)

        Gets or sets the source objects number.

        Parameters:
        value - The source objects number.
      • getSoftPointerIds

        public final List<String> getSoftPointerIds()

        Gets or sets the soft pointer ids.

        Returns:
        The soft pointer ids.
      • setSoftPointerIds

        public final void setSoftPointerIds(List<String> value)

        Gets or sets the soft pointer ids.

        Parameters:
        value - The soft pointer ids.
      • getDestinationBlockObjectHandle

        public final String getDestinationBlockObjectHandle()

        Gets or sets the destination block object handle.

        Returns:
        The destination block object handle.
      • setDestinationBlockObjectHandle

        public final void setDestinationBlockObjectHandle(String value)

        Gets or sets the destination block object handle.

        Parameters:
        value - The destination block object handle.
      • getDestinationFileName

        public final String getDestinationFileName()

        Gets or sets the name of the destination file.

        Returns:
        The name of the destination file.
      • setDestinationFileName

        public final void setDestinationFileName(String value)

        Gets or sets the name of the destination file.

        Parameters:
        value - The name of the destination file.
      • getGenerationSettingsNumber

        public final int getGenerationSettingsNumber()

        Gets or sets the generation settings number.

        Returns:
        The generation settings number.
      • setGenerationSettingsNumber

        public final void setGenerationSettingsNumber(int value)

        Gets or sets the generation settings number.

        Parameters:
        value - The generation settings number.
      • getSectionGeometrySettingsDataMarker

        public final String getSectionGeometrySettingsDataMarker()

        Gets or sets the section geometry settings data marker.

        Returns:
        The section geometry settings data marker.
      • setSectionGeometrySettingsDataMarker

        public final void setSectionGeometrySettingsDataMarker(String value)

        Gets or sets the section geometry settings data marker.

        Parameters:
        value - The section geometry settings data marker.
      • getSectionTypeSettingsEndMarker

        public final String getSectionTypeSettingsEndMarker()

        Gets or sets the section type settings end marker.

        Returns:
        The section type settings end marker.
      • setSectionTypeSettingsEndMarker

        public final void setSectionTypeSettingsEndMarker(String value)

        Gets or sets the section type settings end marker.

        Parameters:
        value - The section type settings end marker.