Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Interfaces

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadPoint



  • public class CadPoint
    extends CadCircle

    Class describing Cad Point

    • Constructor Detail

      • CadPoint

        public CadPoint()

        Initializes a new instance of the CadPoint class.

    • Method Detail

      • getTypeName

        public int getTypeName()

        Gets the name of the type.

        Overrides:
        getTypeName in class CadCircle
        Returns:
        The name of the type.
      • getPointLocation

        public final Cad3DPoint getPointLocation()

        Gets or sets the point location.

        Returns:
        The Point location.
      • setPointLocation

        public final void setPointLocation(Cad3DPoint value)

        Gets or sets the point location.

        Parameters:
        value - The Point location.
      • getStartAngle

        public final double getStartAngle()

        Gets or sets angle XAxis.

        Returns:
        The angle X axis
      • setStartAngle

        public final void setStartAngle(double value)

        Gets or sets angle XAxis.

        Parameters:
        value - The angle X axis