Description:

Constructs a mean, or average, curve from two curves.

Syntax:
public static Curve CreateMeanCurve(
Curve curveA,
Curve curveB,
Double angleToleranceRadians
)
Parameters:
  • curveA
  • Type: Curve
  • A first curve.
  • curveB
  • Type: Curve
  • A second curve.
  • angleToleranceRadians
  • Type: System.Double
  • The angle tolerance, in radians, used to match kinks between curves. If you are unsure how to set this parameter, then either use the document's angle tolerance RhinoDoc.AngleToleranceRadians, or the default value (RhinoMath.UnsetValue)
Returns:
Type: Curve
The average curve, or None on error.
Available since:
5.0

Description:

Constructs a mean, or average, curve from two curves.

Syntax:
public static Curve CreateMeanCurve(
Curve curveA,
Curve curveB
)
Parameters:
  • curveA
  • Type: Curve
  • A first curve.
  • curveB
  • Type: Curve
  • A second curve.
Returns:
Type: Curve
The average curve, or None on error.
Available since:
5.0

/
/
/
CreateMeanCurve

CreateMeanCurve method

Class:  Rhino.Geometry.Curve

Nothing found