Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Plane Class / PointAt Method / PointAt(Point2D) Method
Point position

In This Topic
    PointAt(Point2D) Method
    In This Topic
    Evaluates a point on the plane.
    Syntax
    'Declaration
     
    Public Overloads Function PointAt( _
       ByVal pt As Point2D _
    ) As Point3D
    public Point3D PointAt( 
       Point2D pt
    )

    Parameters

    pt
    Point position
    See Also