|
BuilderShellsnapElement 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> points,
NKDTreeDupli point_tree,
MessageLogger logger
)
Public Overrides Function snapElement (
points As List(Of Point3),
point_tree As NKDTreeDupli,
logger As MessageLogger
) As Boolean
public:
virtual bool snapElement(
List<Point3>^ points,
NKDTreeDupli^ point_tree,
MessageLogger^ logger
) override
abstract snapElement :
points : List<Point3> *
point_tree : NKDTreeDupli *
logger : MessageLogger -> bool
override snapElement :
points : List<Point3> *
point_tree : NKDTreeDupli *
logger : MessageLogger -> bool
Parameters
- points
- Type: System.Collections.GenericListPoint3
[Missing <param name="points"/> documentation for "M:Karamba.Elements.BuilderShell.snapElement(System.Collections.Generic.List{Karamba.Geometry.Point3},feb.NKDTreeDupli,Karamba.Utilities.MessageLogger)"]
- point_tree
- Type: NKDTreeDupli
[Missing <param name="point_tree"/> documentation for "M:Karamba.Elements.BuilderShell.snapElement(System.Collections.Generic.List{Karamba.Geometry.Point3},feb.NKDTreeDupli,Karamba.Utilities.MessageLogger)"]
- logger
- Type: Karamba.UtilitiesMessageLogger
logger for message for the user
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Karamba.Elements.BuilderShell.snapElement(System.Collections.Generic.List{Karamba.Geometry.Point3},feb.NKDTreeDupli,Karamba.Utilities.MessageLogger)"]
See Also