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

In This Topic
    GetUAndRotation(Point3D,Double,Boolean,Double) Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Overloads Function GetUAndRotation( _
       ByVal P As Point3D, _
       ByVal coincTol As Double, _
       ByVal allowOutside As Boolean, _
       ByRef u As Double _
    ) As Point3D
    protected Point3D GetUAndRotation( 
       Point3D P,
       double coincTol,
       bool allowOutside,
       out double u
    )

    Parameters

    P
    coincTol
    allowOutside
    u
    See Also