Eplan Platform API
Eplan.EplApi.Base Namespace / PointD Structure / PointD Constructor / PointD Constructor(PointD3D)
3d point

In This Topic
    PointD Constructor(PointD3D)
    In This Topic
    Constructor to initialize a point from a 3D Point the z Coordinate value will be lost
    Syntax
    public PointD( 
       PointD3D point3d
    )
    public:
    PointD( 
       PointD3D point3d
    )

    Parameters

    point3d
    3d point
    See Also