M_Rhino_Geometry_Curve_MakeEndsMeet - mcneel/rhinocommon-api-docs GitHub Wiki
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
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
- 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.
Type: Boolean
true on success.
Supported in: 6.0.16224.21491, 5D58w