Click or drag to resize

VicinityPullPointsToCurvePull Method

[Missing <summary> documentation for "M:Karamba.src._Grasshopper.Geometry.VicinityPullPointsToCurve.Pull(System.Collections.Generic.IEnumerable{Karamba.Geometry.Point3},System.Double)"]

Namespace:  Karamba.src._Grasshopper.Geometry
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntax
public IEnumerable<Point3> Pull(
	IEnumerable<Point3> points,
	double limit_dist
)

Parameters

points
Type: System.Collections.GenericIEnumerablePoint3

[Missing <param name="points"/> documentation for "M:Karamba.src._Grasshopper.Geometry.VicinityPullPointsToCurve.Pull(System.Collections.Generic.IEnumerable{Karamba.Geometry.Point3},System.Double)"]

limit_dist
Type: SystemDouble

[Missing <param name="limit_dist"/> documentation for "M:Karamba.src._Grasshopper.Geometry.VicinityPullPointsToCurve.Pull(System.Collections.Generic.IEnumerable{Karamba.Geometry.Point3},System.Double)"]

Return Value

Type: IEnumerablePoint3

[Missing <returns> documentation for "M:Karamba.src._Grasshopper.Geometry.VicinityPullPointsToCurve.Pull(System.Collections.Generic.IEnumerable{Karamba.Geometry.Point3},System.Double)"]

Implements

IVicinityPointsToCurvePull(IEnumerablePoint3, Double)
See Also