Click or drag to resize

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: 2.2.0.4 (2.2.0.4)
Syntax
public override bool snapElement(
	List<Point3> points,
	NKDTreeDupli point_tree,
	MessageLogger logger
)

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