M_Rhino_Geometry_Curve_SetStartPoint - mcneel/rhinocommon-api-docs GitHub Wiki

Curve.SetStartPoint Method

Forces the curve to start at a specified point. Not all curve types support this operation.

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

Syntax

C#

public bool SetStartPoint(
	Point3d point
)

VB

Public Function SetStartPoint ( 
	point As Point3d
) As Boolean

Parameters

 

point
Type: Rhino.Geometry.Point3d
New start point of curve.

Return Value

Type: Boolean
true on success, false on failure.

Remarks

Some start points cannot be moved. Be sure to check return code.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Curve Class
Rhino.Geometry Namespace

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