Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Point4D Class / Point4D Constructor / Point4D Constructor(Point3D)
The 3D point

In This Topic
    Point4D Constructor(Point3D)
    In This Topic
    3D point constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal pt As Point3D _
    )
    public Point4D( 
       Point3D pt
    )

    Parameters

    pt
    The 3D point
    See Also