Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Plane Class / Reflect Method / Reflect(Point3D) Method
Point to reflect

In This Topic
    Reflect(Point3D) Method
    In This Topic
    Reflects a point about this plane.
    Syntax
    'Declaration
     
    Public Overloads Function Reflect( _
       ByVal point As Point3D _
    ) As Point3D
    public Point3D Reflect( 
       Point3D point
    )

    Parameters

    point
    Point to reflect

    Return Value

    The reflected point
    See Also