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

Parameters

nodes  ListPoint3
nodes in the model.
kdtree  NKDTreeDupli
kdtree of the nodes.
logger  MessageLogger
logger for message for the user.

Return Value

Boolean

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

See Also