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

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

    Parameters

    P
    coincTol
    allowOutside
    u
    v
    See Also