Click or drag to resize

JointLinepullPoints Method

set the position of the nodes where the line-joint is attached.

Namespace:  Karamba.Joints
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public JointLine pullPoints(
	IEnumerable<Point3> points,
	double limit_dist
)

Parameters

points
Type: System.Collections.GenericIEnumerablePoint3
list of points to be pulled.
limit_dist
Type: SystemDouble
limit distance between curve and points for pulling.

Return Value

Type: JointLine

[Missing <returns> documentation for "M:Karamba.Joints.JointLine.pullPoints(System.Collections.Generic.IEnumerable{Karamba.Geometry.Point3},System.Double)"]

See Also