Click or drag to resize

LinePointAtLength Method

Computes a point located at a specific metric distance from the line origin (From).

If line start and end coincide, then the start point is always returned.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public Point3d PointAtLength(
	double distance
)

Parameters

distance
Type: SystemDouble
A positive, 0, or a negative value that will be the distance from From.

Return Value

Type: Point3d
The newly found point.
See Also