GetEllipsoid.Get Method

GetEllipsoidGet Method

Prompt for the getting of a ellipsoid.

Namespace:  Rhino.Input.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public Result Get(
	out NurbsSurface ellipsoid
)
Public Function Get ( 
	<OutAttribute> ByRef ellipsoid As NurbsSurface
) As Result

Parameters

ellipsoid
Type: Rhino.GeometryNurbsSurface
The truncated cone in NURB form.

Return Value

Type: Result
The result of the getting operation.
See Also