Description:

Returns a curve's maximum curvature points. The maximum curvature points identify where the curvature starts to decrease in both directions from the points.

Syntax:
public Point3d[] MaxCurvaturePoints()
Returns:
Type: Point3d[]
An array of points if successful, None if not successful or on error.
Available since:
7.0

Description:

Returns a curve's maximum curvature points. The maximum curvature points identify where the curvature starts to decrease in both directions from the points.

Syntax:
public Point3d[] MaxCurvaturePoints(
out double curveParameters
)
Parameters:
  • curveParameters
  • Type: double
  • An array of curve parameters at the maximum curvature points.
Returns:
Type: Point3d[]
An array of points if successful, None if not successful or on error.
Available since:
8.4

/
/
/
MaxCurvaturePoints

MaxCurvaturePoints method

Class:  Rhino.Geometry.Curve

Nothing found