Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Interfaces

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadTrace

    • Constructor Detail

      • CadTrace

        public CadTrace()

        Initializes a new instance of the CadTrace class.

    • Method Detail

      • getTypeName

        public int getTypeName()

        Gets the name of the type.

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

        public final Cad3DPoint getFirstPoint()

        Gets or sets the first point.

      • setFirstPoint

        public final void setFirstPoint(Cad3DPoint value)

        Gets or sets the first point.

      • getFourthPoint

        public final Cad3DPoint getFourthPoint()

        Gets or sets the fourth point.

      • setFourthPoint

        public final void setFourthPoint(Cad3DPoint value)

        Gets or sets the fourth point.

      • getSecondPoint

        public final Cad3DPoint getSecondPoint()

        Gets or sets the second point.

      • setSecondPoint

        public final void setSecondPoint(Cad3DPoint value)

        Gets or sets the second point.

      • getThickness

        public final double getThickness()

        Gets or sets the thickness.

      • setThickness

        public final void setThickness(double value)

        Gets or sets the thickness.

      • getThirdPoint

        public final Cad3DPoint getThirdPoint()

        Gets or sets the third point.

      • setThirdPoint

        public final void setThirdPoint(Cad3DPoint value)

        Gets or sets the third point.