GripObject.GetCurveParameters Method

GripObjectGetCurveParameters Method

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

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public bool GetCurveParameters(
	out double t
)
Public Function GetCurveParameters ( 
	<OutAttribute> ByRef t As Double
) As Boolean

Parameters

t
Type: SystemDouble

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

Return Value

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