Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / TabulatedSurface Class / TryGetCylindrical Method

In This Topic
    TryGetCylindrical Method
    In This Topic
    Converts this tabulated surface to CylindricalSurface (when possible).
    Syntax
    'Declaration
     
    Public Function TryGetCylindrical( _
       ByRef cs As Surface _
    ) As Boolean
    public bool TryGetCylindrical( 
       out Surface cs
    )

    Parameters

    cs

    Return Value

    The resulting cylindrical surface (when possible)True if the operation succeeds, false otherwise.
    Remarks
    To be converted, this tabulated surface must have a Circle or an Arc as directrix.
    See Also