Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Interfaces

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadShape

    • Constructor Detail

      • CadShape

        public CadShape()

        Initializes a new instance of the CadShape class.

    • Method Detail

      • getTypeName

        public int getTypeName()

        Gets the name of the type.

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

        public final Cad3DPoint getInsertionPoint()

        Gets or sets the insertion point.

      • setInsertionPoint

        public final void setInsertionPoint(Cad3DPoint value)

        Gets or sets the insertion point.

      • getName

        public final String getName()

        Gets or sets the name.

      • setName

        public final void setName(String value)

        Gets or sets the name.

      • getObliqueAngle

        public final double getObliqueAngle()

        Gets or sets the oblique angle.

      • setObliqueAngle

        public final void setObliqueAngle(double value)

        Gets or sets the oblique angle.

      • getRotationAngle

        public final double getRotationAngle()

        Gets or sets the rotation angle.

      • setRotationAngle

        public final void setRotationAngle(double value)

        Gets or sets the rotation angle.

      • getSize

        public final double getSize()

        Gets or sets the size.

      • setSize

        public final void setSize(double value)

        Gets or sets the size.

      • getThickness

        public final double getThickness()

        Gets or sets the thickness.

      • setThickness

        public final void setThickness(double value)

        Gets or sets the thickness.

      • getXScale

        public final double getXScale()

        Gets or sets the x scale.

      • setXScale

        public final void setXScale(double value)

        Gets or sets the x scale.