Click or drag to resize

GripObjectGetSurfaceParameters Method

Retrieves the NURBS surface 2d parameter space values of this GripObject from the surface it's associated with.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public bool GetSurfaceParameters(
	out double u,
	out double v
)

Parameters

u
Type: SystemDouble

[Missing <param name="u"/> documentation for "M:Rhino.DocObjects.GripObject.GetSurfaceParameters(System.Double@,System.Double@)"]

v
Type: SystemDouble

[Missing <param name="v"/> documentation for "M:Rhino.DocObjects.GripObject.GetSurfaceParameters(System.Double@,System.Double@)"]

Return Value

Type: Boolean
True on success. Output is unreliable if return is false.
See Also