|
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)
Syntaxpublic JointLine pullPoints(
IEnumerable<Point3> points,
double limit_dist
)
Public Function pullPoints (
points As IEnumerable(Of Point3),
limit_dist As Double
) As JointLine
public:
JointLine^ pullPoints(
IEnumerable<Point3>^ points,
double limit_dist
)
member pullPoints :
points : IEnumerable<Point3> *
limit_dist : float -> JointLine
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