GTabulatedSurface.TryGetCylindrical Method

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

Parameters

cs
GSurface

Return Value

bool

The resulting cylindrical gSurface (when possible)

Remarks
 
To be converted, this tabulated gSurface must have a GCircle or an GArc as directrix.

.NET Framework

Supported in: 4.7.2

In this article

Definition