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)
Syntaxpublic 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:
Surface
If the selection point was on a surface, then the surface is returned.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also