Click or drag to resize

GH_PointRefDataEvCurveParam Method

Evaluate this reference structure when applied to a curve

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public double EvCurveParam(
	Curve c
)

Parameters

c
Type: Curve
The curve to act on

Return Value

Type: Double
The parameter on the curve that corresponds to this reference, or NaN
Remarks
Evaluation depends on the value of m_RefType
See Also