Click or drag to resize

ModelBuilderelementsSnapIndex Method

Snaps elements based on their nodal index.

Namespace:  Karamba.Models
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
protected bool elementsSnapIndex(
	List<BuilderElement> in_elems,
	out List<BuilderElement> unsnapped_elems
)

Parameters

in_elems
Type: System.Collections.GenericListBuilderElement
All input elements.
unsnapped_elems
Type: System.Collections.GenericListBuilderElement
List of elements which did not snap.

Return Value

Type: Boolean
'True' in case elements were snapped.
See Also