Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Interfaces

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadSection



  • public class CadSection
    extends CadBaseEntity

    Class describing CadSection

    • Constructor Detail

      • CadSection

        public CadSection()

        Initializes a new instance of the CadSection class.

    • Method Detail

      • getTypeName

        public int getTypeName()

        Gets the name of the type.

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

        public final int getSectionState()

        Gets or sets the state of the section.

        Returns:
        The state of the section.
      • setSectionState

        public final void setSectionState(int value)

        Gets or sets the state of the section.

        Parameters:
        value - The state of the section.
      • getSectionFlags

        public final int getSectionFlags()

        Gets or sets the section flags.

        Returns:
        The section flags.
      • setSectionFlags

        public final void setSectionFlags(int value)

        Gets or sets the section flags.

        Parameters:
        value - The section flags.
      • getName

        public final String getName()

        Gets or sets the name.

        Returns:
        The name.
      • setName

        public final void setName(String value)

        Gets or sets the name.

        Parameters:
        value - The name.
      • getVerticalDirection

        public final Cad3DPoint getVerticalDirection()

        Gets or sets the vertical direction.

        Returns:
        The vertical direction.
      • setVerticalDirection

        public final void setVerticalDirection(Cad3DPoint value)

        Gets or sets the vertical direction.

        Parameters:
        value - The vertical direction.
      • getTopHeight

        public final double getTopHeight()

        Gets or sets the height of the top.

        Returns:
        The height of the top.
      • setTopHeight

        public final void setTopHeight(double value)

        Gets or sets the height of the top.

        Parameters:
        value - The height of the top.
      • getBottomHeight

        public final double getBottomHeight()

        Gets or sets the height of the bottom.

        Returns:
        The height of the bottom.
      • setBottomHeight

        public final void setBottomHeight(double value)

        Gets or sets the height of the bottom.

        Parameters:
        value - The height of the bottom.
      • getIndicatorTransparency

        public final short getIndicatorTransparency()

        Gets or sets the indicator transparency.

        Returns:
        The indicator transparency.
      • setIndicatorTransparency

        public final void setIndicatorTransparency(short value)

        Gets or sets the indicator transparency.

        Parameters:
        value - The indicator transparency.
      • getIndicatorColor63

        public final short getIndicatorColor63()

        Gets or sets the indicator color63.

        Returns:
        The indicator color63.
      • setIndicatorColor63

        public final void setIndicatorColor63(short value)

        Gets or sets the indicator color63.

        Parameters:
        value - The indicator color63.
      • getIndicatorColor411

        public final String getIndicatorColor411()

        Gets or sets the indicator color411.

        Returns:
        The indicator color411.
      • setIndicatorColor411

        public final void setIndicatorColor411(String value)

        Gets or sets the indicator color411.

        Parameters:
        value - The indicator color411.
      • getVerticesNumber

        public final int getVerticesNumber()

        Gets or sets the vertices number.

        Returns:
        The vertices number.
      • setVerticesNumber

        public final void setVerticesNumber(int value)

        Gets or sets the vertices number.

        Parameters:
        value - The vertices number.
      • getVertices

        public final List<Cad3DPoint> getVertices()

        Gets or sets the vertices.

        Returns:
        The vertices.
      • setVertices

        public final void setVertices(List<Cad3DPoint> value)

        Gets or sets the vertices.

        Parameters:
        value - The vertices.
      • getBackLineVerticesNumber

        public final int getBackLineVerticesNumber()

        Gets or sets the back line vertices number.

        Returns:
        The back line vertices number.
      • setBackLineVerticesNumber

        public final void setBackLineVerticesNumber(int value)

        Gets or sets the back line vertices number.

        Parameters:
        value - The back line vertices number.
      • getBackLineVertices

        public final List<Cad3DPoint> getBackLineVertices()

        Gets or sets the back line vertices.

        Returns:
        The back line vertices.
      • setBackLineVertices

        public final void setBackLineVertices(List<Cad3DPoint> value)

        Gets or sets the back line vertices.

        Parameters:
        value - The back line vertices.
      • getGeometrySettingsObjectHandle

        public final String getGeometrySettingsObjectHandle()

        Gets or sets the geometry settings object handle.

        Returns:
        The geometry settings object handle.
      • setGeometrySettingsObjectHandle

        public final void setGeometrySettingsObjectHandle(String value)

        Gets or sets the geometry settings object handle.

        Parameters:
        value - The geometry settings object handle.