Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Interfaces

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadCircle

    • Constructor Detail

      • CadCircle

        public CadCircle(Cad3DPoint centerPoint,
                         double radius)

        Initializes a new instance of the CadCircle class.

        Parameters:
        centerPoint - Start point.
        radius - Radius.
        Throws:
        com.aspose.ms.System.ArgumentNullException - Thrown when center point 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.
      • getCenterPoint

        public Cad3DPoint getCenterPoint()

        Gets or sets the centerPoint.

        Returns:
        The centerPoint.
      • setCenterPoint

        public void setCenterPoint(Cad3DPoint value)

        Gets or sets the centerPoint.

        Parameters:
        value - The centerPoint.
      • getRadius

        public final double getRadius()

        Gets or sets the radius.

        Returns:
        The radius.
      • setRadius

        public final void setRadius(double value)

        Gets or sets the radius.

        Parameters:
        value - The radius.
      • getThickness

        public final double getThickness()

        Gets or sets the thickness.

        Returns:
        The thickness.
      • setThickness

        public final void setThickness(double value)

        Gets or sets the thickness.

        Parameters:
        value - The thickness.