|
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)
Syntaxpublic override bool snapElement(
List<Point3> nodes,
NKDTreeDupli kdtree,
MessageLogger logger
)
Public Overrides 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
) override
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.BuilderElementStraightLine.snapElement(System.Collections.Generic.List{Karamba.Geometry.Point3},feb.NKDTreeDupli,Karamba.Utilities.MessageLogger)"]
See Also