Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Interfaces

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadSolid

    • Constructor Detail

      • CadSolid

        public CadSolid()

        Initializes a new instance of the CadSolid class.

    • Method Detail

      • getTypeName

        public int getTypeName()

        Gets the name of the type.

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

        public final Cad3DPoint getFirstCorner()

        Gets or sets the first corner.

        Returns:
        The first corner.
      • setFirstCorner

        public final void setFirstCorner(Cad3DPoint value)

        Gets or sets the first corner.

        Parameters:
        value - The first corner.
      • getFourthCorner

        public final Cad3DPoint getFourthCorner()

        Gets or sets the fourth corner.

        Returns:
        The fourth corner.
      • setFourthCorner

        public final void setFourthCorner(Cad3DPoint value)

        Gets or sets the fourth corner.

        Parameters:
        value - The fourth corner.
      • getSecondCorner

        public final Cad3DPoint getSecondCorner()

        Gets or sets the second corner.

        Returns:
        The second corner.
      • setSecondCorner

        public final void setSecondCorner(Cad3DPoint value)

        Gets or sets the second corner.

        Parameters:
        value - The second corner.
      • getThickness

        public final double getThickness()

        Gets or sets the thickness.

        Returns:
        The thickness.
      • setThickness

        public final void setThickness(double value)

        Gets or sets the thickness.

        Parameters:
        value - The thickness.
      • getThirdCorner

        public final Cad3DPoint getThirdCorner()

        Gets or sets the third corner.

        Returns:
        The third corner.
      • setThirdCorner

        public final void setThirdCorner(Cad3DPoint value)

        Gets or sets the third corner.

        Parameters:
        value - The third corner.