M_Rhino_Geometry_Curve_DoDirectionsMatch - mcneel/rhinocommon-api-docs GitHub Wiki

Curve.DoDirectionsMatch Method

Determines whether two curves travel more or less in the same direction.

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

Syntax

C#

public static bool DoDirectionsMatch(
	Curve curveA,
	Curve curveB
)

VB

Public Shared Function DoDirectionsMatch ( 
	curveA As Curve,
	curveB As Curve
) As Boolean

Parameters

 

curveA
Type: Rhino.Geometry.Curve
First curve to test.
curveB
Type: Rhino.Geometry.Curve
Second curve to test.

Return Value

Type: Boolean
true if both curves more or less point in the same direction, false if they point in the opposite directions.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Curve Class
Rhino.Geometry Namespace

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