Click or drag to resize

ModelElementsnapElement 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: 1.0.0.0 (1.0.0.0)
Syntax
public abstract 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.ModelElement.snapElement(System.Collections.Generic.List{Karamba.Nodes.Node},System.Double)"]

See Also