Click or drag to resize

IVicinityPointsToCurvePull Method

Pulls points to a curve if closer than a given maximum.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
IEnumerable<Point3> Pull(
	IEnumerable<Point3> points,
	double limit_dist
)

Parameters

points
Type: System.Collections.GenericIEnumerablePoint3
points to be pulled.
limit_dist
Type: SystemDouble
limit distance for pulling.

Return Value

Type: IEnumerablePoint3
Ordered list points which lie on the curve.
See Also