Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadSolid



  • public class CadSolid
    extends CadBaseEntity

    Class describing CadSolid

    • Constructor Detail

      • CadSolid

        public CadSolid()

        Initializes a new instance of the CadSolid class.

    • Method Detail

      • getExtrusionDirection

        public Cad3DPoint getExtrusionDirection()

        Gets or sets the extrusion direction.

        Returns:
        The extrusion direction.
      • setExtrusionDirection

        public void setExtrusionDirection(Cad3DPoint value)

        Gets or sets the extrusion direction.

        Parameters:
        value - The extrusion direction.
      • getFirstCorner

        public Cad3DPoint getFirstCorner()

        Gets or sets the first corner.

        Returns:
        The first corner.
      • setFirstCorner

        public void setFirstCorner(Cad3DPoint value)

        Gets or sets the first corner.

        Parameters:
        value - The first corner.
      • getFourthCorner

        public Cad3DPoint getFourthCorner()

        Gets or sets the fourth corner.

        Returns:
        The fourth corner.
      • setFourthCorner

        public void setFourthCorner(Cad3DPoint value)

        Gets or sets the fourth corner.

        Parameters:
        value - The fourth corner.
      • getSecondCorner

        public Cad3DPoint getSecondCorner()

        Gets or sets the second corner.

        Returns:
        The second corner.
      • setSecondCorner

        public void setSecondCorner(Cad3DPoint value)

        Gets or sets the second corner.

        Parameters:
        value - The second corner.
      • getThickness

        public double getThickness()

        Gets or sets the thickness.

        Returns:
        The thickness.
      • setThickness

        public void setThickness(double value)

        Gets or sets the thickness.

        Parameters:
        value - The thickness.
      • getThirdCorner

        public Cad3DPoint getThirdCorner()

        Gets or sets the third corner.

        Returns:
        The third corner.
      • setThirdCorner

        public void setThirdCorner(Cad3DPoint value)

        Gets or sets the third corner.

        Parameters:
        value - The third corner.