Click or drag to resize

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.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public override bool snapElement(
	List<Node> nodes,
	double limit_dist
)

Parameters

nodes
Type: System.Collections.GenericListNode
nodes in the model.
limit_dist
Type: SystemDouble
limit distance for two nodes snapping together.

Return Value

Type: Boolean

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

See Also