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.

Definition

Namespace: Karamba.Elements
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public override bool snapElement(
	List<Point3> points,
	NKDTreeDupli point_tree,
	MessageLogger logger
)

Parameters

points  ListPoint3

[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  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  MessageLogger
logger for message for the user.

Return Value

Boolean

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

See Also