|   | 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
            
 
    Namespace: 
   Karamba.Elements
    Assembly:
   KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntaxpublic virtual bool snapElement(
	List<Point3> nodes,
	NKDTreeDupli kdtree,
	MessageLogger logger
)
Public Overridable Function snapElement ( 
	nodes As List(Of Point3),
	kdtree As NKDTreeDupli,
	logger As MessageLogger
) As Boolean
public:
virtual bool snapElement(
	List<Point3>^ nodes, 
	NKDTreeDupli^ kdtree, 
	MessageLogger^ logger
)
abstract snapElement : 
        nodes : List<Point3> * 
        kdtree : NKDTreeDupli * 
        logger : MessageLogger -> bool 
override snapElement : 
        nodes : List<Point3> * 
        kdtree : NKDTreeDupli * 
        logger : MessageLogger -> bool 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.BuilderElement.snapElement(System.Collections.Generic.List{Karamba.Geometry.Point3},feb.NKDTreeDupli,Karamba.Utilities.MessageLogger)"]
 See Also
See Also