Eyeshot 10 WPF API Reference
TryGetCylindrical Method

WPF Assembly > devDept.Eyeshot.Entities Namespace > TabulatedSurface Class : TryGetCylindrical Method
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

Reference

TabulatedSurface Class
TabulatedSurface Members