Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Interfaces

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.

      • Cad3DFace

        public Cad3DFace(Cad3DPoint firstCorner,
                         Cad3DPoint secondCorner,
                         Cad3DPoint thirdCorner,
                         Cad3DPoint fourthCorner)

        Initializes a new instance of the Cad3DFace class.

        Parameters:
        firstCorner - First corner.
        secondCorner - Second corner.
        thirdCorner - Third corner.
        fourthCorner - Fourth corner.
        Throws:
        com.aspose.ms.System.ArgumentNullException - Thrown when one of arguments is null
    • Method Detail

      • getTypeName

        public int getTypeName()

        Gets the name of the type.

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

        public final 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 final 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 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 forth corner.

        Returns:
        The forth corner.
      • setFourthCorner

        public final void setFourthCorner(Cad3DPoint value)

        Gets or sets the forth corner.

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