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

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

    Parameters

    P
    u
    See Also