Click or drag to resize

ModelBuilderelementsSnapIndex Method

snaps elements based on their nodal index

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

Parameters

in_elems
Type: System.Collections.GenericListBuilderElement

[Missing <param name="in_elems"/> documentation for "M:Karamba.Models.ModelBuilder.elementsSnapIndex(System.Collections.Generic.List{Karamba.Elements.BuilderElement},System.Collections.Generic.List{Karamba.Elements.BuilderElement}@)"]

unsnapped_elems
Type: System.Collections.GenericListBuilderElement

[Missing <param name="unsnapped_elems"/> documentation for "M:Karamba.Models.ModelBuilder.elementsSnapIndex(System.Collections.Generic.List{Karamba.Elements.BuilderElement},System.Collections.Generic.List{Karamba.Elements.BuilderElement}@)"]

Return Value

Type: Boolean
true in case elements were snapped
See Also