RhinoCommon API
GetEllipsoidGet Method |
Prompt for the getting of a ellipsoid.
Namespace: Rhino.Input.Custom
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 7.0

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: ResultThe result of the getting operation.
