TabulatedSurface.TryGetCylindrical Method

Converts this tabulated surface to CylindricalSurface (when possible).
Public Function TryGetCylindrical( _ 
ByRef cs As Surface
) As Boolean
This language is not supported or no code example is available.
public bool TryGetCylindrical( 
out Surface cs 
)
This language is not supported or no code example is available.

Parameters

cs
Surface

Return Value

bool

The resulting cylindrical surface (when possible)

Remarks
 
To be converted, this tabulated surface must have a Circle or an Arc as directrix.

.NET Framework

Supported in: 4.8

In this article

Definition