Packages

 

com.aspose.cad.fileformats.dgn

Class DgnPoint



  • public class DgnPoint
    extends Object

    Represents point for DGN format

    • Constructor Summary

      Constructors 
      Constructor and Description
      DgnPoint()
      Initiailizes a new instance of the DgnPoint class
      DgnPoint(double x, double y)
      Initiailizes a new instance of the DgnPoint class
      DgnPoint(double x, double y, double z)
      Initiailizes a new instance of the DgnPoint class
    • Constructor Detail

      • DgnPoint

        public DgnPoint()

        Initiailizes a new instance of the DgnPoint class

      • DgnPoint

        public DgnPoint(double x,
                        double y)

        Initiailizes a new instance of the DgnPoint class

        Parameters:
        x - X coordinate
        y - Y coordinate
      • DgnPoint

        public DgnPoint(double x,
                        double y,
                        double z)

        Initiailizes a new instance of the DgnPoint class

        Parameters:
        x - X coordinate
        y - Y coordinate
        z - Z coordinate
    • Method Detail

      • getX

        public double getX()

        Gets or sets X coordinate

      • setX

        public void setX(double value)

        Gets or sets X coordinate

      • getY

        public double getY()

        Gets or sets Y coordinate

      • setY

        public void setY(double value)

        Gets or sets Y coordinate

      • getZ

        public double getZ()

        Gets or sets Z coordinate

      • setZ

        public void setZ(double value)

        Gets or sets Z coordinate