Description:

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

Syntax:
public static bool DoDirectionsMatch(
Curve curveA,
Curve curveB
)
Parameters:
  • curveA
  • Type: Curve
  • First curve to test.
  • curveB
  • Type: Curve
  • Second curve to test.
Returns:
Type: bool
True if both curves more or less point in the same direction, False if they point in the opposite directions.
Available since:
5.0

/
/
/
DoDirectionsMatch

DoDirectionsMatch method

Class:  Rhino.Geometry.Curve

Nothing found