M_Rhino_Geometry_Curve_DoDirectionsMatch - mcneel/rhinocommon-api-docs GitHub Wiki
Determines whether two curves travel more or less in the same direction.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static bool DoDirectionsMatch(
Curve curveA,
Curve curveB
)
VB
Public Shared Function DoDirectionsMatch (
curveA As Curve,
curveB As Curve
) As Boolean
- curveA
- Type: Rhino.Geometry.Curve
First curve to test. - curveB
- Type: Rhino.Geometry.Curve
Second curve to test.
Type: Boolean
true if both curves more or less point in the same direction, false if they point in the opposite directions.
Supported in: 6.0.16224.21491, 5D58w