M_Rhino_Geometry_CurveBlend_SetPickParameter - mcneel/rhinocommon-api-docs GitHub Wiki

CurveBlend.SetPickParameter Method

Set pick parameter for one end of a blend

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public void SetPickParameter(
	int end,
	double pick_t
)

VB

Public Sub SetPickParameter ( 
	end As Integer,
	pick_t As Double
)

Parameters

 

end
Type: System.Int32
Which end
pick_t
Type: System.Double
Pick parameter

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

CurveBlend Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️