M_Rhino_Geometry_Curve_PointAtNormalizedLength - mcneel/rhinocommon-api-docs GitHub Wiki

Curve.PointAtNormalizedLength Method

Gets a point at a certain normalized length along the curve. The length must be between or including 0.0 and 1.0, where 0.0 equals the start of the curve and 1.0 equals the end of the curve.

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

Syntax

C#

public Point3d PointAtNormalizedLength(
	double length
)

VB

Public Function PointAtNormalizedLength ( 
	length As Double
) As Point3d

Parameters

 

length
Type: System.Double
Normalized length along the curve between the start point and the returned point.

Return Value

Type: Point3d
Point on the curve at the specified normalized length from the start point or Poin3d.Unset on failure.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Curve Class
Rhino.Geometry Namespace

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