M_Rhino_Geometry_CurveBlend_HandlePoint - mcneel/rhinocommon-api-docs GitHub Wiki

CurveBlend.HandlePoint Method

Returns the location of a handle point of the blend

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

Syntax

C#

public Point3d HandlePoint(
	int end,
	int index
)

VB

Public Function HandlePoint ( 
	end As Integer,
	index As Integer
) As Point3d

Parameters

 

end
Type: System.Int32
Get 0: start, 1: end
index
Type: System.Int32
Point to get

Return Value

Type: Point3d
Point location

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

CurveBlend Class
Rhino.Geometry Namespace

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