Surface.TryGetRevolved Method

Converts this generic surface to RevolvedSurface (when possible).
Public Function TryGetRevolved( _ 
ByRef rs As RevolvedSurface
) As Boolean
This language is not supported or no code example is available.
public bool TryGetRevolved( 
out RevolvedSurface rs 
)
This language is not supported or no code example is available.

Parameters

rs
RevolvedSurface

The resulting revolved surface (when possible)

Return Value

bool

True if the operation succeeds, false otherwise. If the surface is already a RevolvedSurface, it returns false.

Remarks
 
It only converts surfaces with angle of revolution of PI and 2PI.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition