Skip to content

M_Rhino_Geometry_CurveBlend_SetHandlePoint

Will Pearson edited this page Aug 12, 2016 · 1 revision

CurveBlend.SetHandlePoint Method

Set the location of a handle point on the blend

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

Syntax

C#

public void SetHandlePoint(
	int end,
	int index,
	Point3d position
)

VB

Public Sub SetHandlePoint ( 
	end As Integer,
	index As Integer,
	position As Point3d
)

Parameters

 

end
Type: System.Int32
Adjust 0: start, 1: end
index
Type: System.Int32
Point to adjust
position
Type: Rhino.Geometry.Point3d
New location

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

CurveBlend Class
Rhino.Geometry Namespace

Clone this wiki locally