Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / PlanarSurface Class / PointInversion Method / PointInversion(Point3D,Double,Double,Double) Method

In This Topic
    PointInversion(Point3D,Double,Double,Double) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overrides Function PointInversion( _
       ByVal P As Point3D, _
       ByVal coincTol As Double, _
       ByRef u As Double, _
       ByRef v As Double _
    ) As Boolean
    public override bool PointInversion( 
       Point3D P,
       double coincTol,
       out double u,
       out double v
    )

    Parameters

    P
    coincTol
    u
    v
    See Also