Eyeshot 9.0 WinForms API Reference
TryGetRevolved(Surface) Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Surface Class : TryGetRevolved(Surface) Method
The resulting revolved surface (when possible)
Converts this generic surface to RevolvedSurface (when possible).
Syntax
'Declaration
 
Public Function TryGetRevolved( _
   ByRef rs As Surface _
) As Boolean
public bool TryGetRevolved( 
   out Surface rs
)

Parameters

rs
The resulting revolved surface (when possible)

Return Value

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.
See Also

Reference

Surface Class
Surface Members