Click or drag to resize

BuilderElementStraightLinesnapElement 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 override bool snapElement(
	List<Point3> nodes,
	NKDTreeDupli kdtree,
	MessageLogger logger
)

Parameters

nodes
Type: System.Collections.GenericListPoint3
nodes in the model
kdtree
Type: NKDTreeDupli
kdtree of the nodes
logger
Type: Karamba.UtilitiesMessageLogger
logger for message for the user

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Karamba.Elements.BuilderElementStraightLine.snapElement(System.Collections.Generic.List{Karamba.Geometry.Point3},feb.NKDTreeDupli,Karamba.Utilities.MessageLogger)"]

See Also