|
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)
Syntaxpublic override bool snapElement(
List<Node> nodes,
double limit_dist
)
Public Overrides Function snapElement (
nodes As List(Of Node),
limit_dist As Double
) As Boolean
public:
virtual bool snapElement(
List<Node^>^ nodes,
double limit_dist
) override
abstract snapElement :
nodes : List<Node> *
limit_dist : float -> bool
override snapElement :
nodes : List<Node> *
limit_dist : float -> bool
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