Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class Cad3DFace



  • public class Cad3DFace
    extends CadBaseEntity

    Class that describes 3DFACE entity

    • Constructor Detail

      • Cad3DFace

        public Cad3DFace()

        Initializes a new instance of the Cad3DFace class.

    • Method Detail

      • getEdgesVisible

        public short getEdgesVisible()

        Gets or sets the visibility of edges.

        Returns:
        The edges visible. Invisible edge flags: 1 = First edge is invisible 2 = Second edge is invisible 4 = Third edge is invisible 8 = Fourth edge is invisible
      • setEdgesVisible

        public void setEdgesVisible(short value)

        Gets or sets the visibility of edges.

        Parameters:
        value - The edges visible. Invisible edge flags: 1 = First edge is invisible 2 = Second edge is invisible 4 = Third edge is invisible 8 = Fourth edge is invisible
      • 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 forth corner.

        Returns:
        The forth corner.
      • setFourthCorner

        public void setFourthCorner(Cad3DPoint value)

        Gets or sets the forth corner.

        Parameters:
        value - The forth 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.
      • 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.