Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadShape

    • Constructor Detail

      • CadShape

        public CadShape()

        Initializes a new instance of the CadShape class.

    • Method Detail

      • getInsertionPoint

        public Cad3DPoint getInsertionPoint()

        Gets or sets the insertion point.

      • setInsertionPoint

        public void setInsertionPoint(Cad3DPoint value)

        Gets or sets the insertion point.

      • getName

        public String getName()

        Gets or sets the name.

      • setName

        public void setName(String value)

        Gets or sets the name.

      • getObliqueAngle

        public double getObliqueAngle()

        Gets or sets the oblique angle.

      • setObliqueAngle

        public void setObliqueAngle(double value)

        Gets or sets the oblique angle.

      • getRotationAngle

        public double getRotationAngle()

        Gets or sets the rotation angle.

      • setRotationAngle

        public void setRotationAngle(double value)

        Gets or sets the rotation angle.

      • getSize

        public double getSize()

        Gets or sets the size.

      • setSize

        public void setSize(double value)

        Gets or sets the size.

      • getThickness

        public double getThickness()

        Gets or sets the thickness.

      • setThickness

        public void setThickness(double value)

        Gets or sets the thickness.

      • getXScale

        public double getXScale()

        Gets or sets the x scale.

      • setXScale

        public void setXScale(double value)

        Gets or sets the x scale.