RhinoCommon API
ObjRefSurfaceParameter Method |
If the reference geometry is a surface, brep with one face,
or surface edge with a selection point, then this gets the
surface paramters of the selection point.
Namespace: Rhino.DocObjects
Assembly: RhinoCommon (in RhinoCommon.dll)

public Surface SurfaceParameter( out double u, out double v )
Public Function SurfaceParameter ( <OutAttribute> ByRef u As Double, <OutAttribute> ByRef v As Double ) As Surface
Parameters
- u
- Type: SystemDouble
The U value is assigned to this out parameter during the call. - v
- Type: SystemDouble
The V value is assigned to this out parameter during the call.
Return Value
Type: SurfaceIf the selection point was on a surface, then the surface is returned.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.14