Skip to content

M_Rhino_Geometry_Curve_MakeEndsMeet

Will Pearson edited this page Aug 12, 2016 · 2 revisions

Curve.MakeEndsMeet Method

Makes adjustments to the ends of one or both input curves so that they meet at a point.

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

Syntax

C#

public static bool MakeEndsMeet(
	Curve curveA,
	bool adjustStartCurveA,
	Curve curveB,
	bool adjustStartCurveB
)

VB

Public Shared Function MakeEndsMeet ( 
	curveA As Curve,
	adjustStartCurveA As Boolean,
	curveB As Curve,
	adjustStartCurveB As Boolean
) As Boolean

Parameters

 

curveA
Type: Rhino.Geometry.Curve
1st curve to adjust.
adjustStartCurveA
Type: System.Boolean
Which end of the 1st curve to adjust: true is start, false is end.
curveB
Type: Rhino.Geometry.Curve
2nd curve to adjust.
adjustStartCurveB
Type: System.Boolean
which end of the 2nd curve to adjust true==start, false==end.

Return Value

Type: Boolean
true on success.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Curve Class
Rhino.Geometry Namespace

Clone this wiki locally