ModelElementStraightLinesnapElement Method

change the element if nodes snap together according to the given list of node indexes. returns true if the element was completely snapped.

Definition

Namespace: Karamba.Elements
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public override bool snapElement(
	List<Node> nodes,
	double limit_dist
)

Parameters

nodes  ListNode
nodes in the model.
limit_dist  Double
limit distance for two nodes snapping together.

Return Value

Boolean

[Missing <returns> documentation for "M:Karamba.Elements.ModelElementStraightLine.snapElement(System.Collections.Generic.List{Karamba.Nodes.Node},System.Double)"]

See Also