Skip to content

M_Rhino_Geometry_CurveBlend_SetTargetPoint

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

CurveBlend.SetTargetPoint Method

Set the target point for one end of a blend

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

Syntax

C#

public void SetTargetPoint(
	int end,
	Point3d point
)

VB

Public Sub SetTargetPoint ( 
	end As Integer,
	point As Point3d
)

Parameters

 

end
Type: System.Int32
Which end
point
Type: Rhino.Geometry.Point3d
The target point

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

CurveBlend Class
Rhino.Geometry Namespace

Clone this wiki locally