|
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)
Syntaxprotected bool elementsSnapIndex(
List<BuilderElement> in_elems,
out List<BuilderElement> unsnapped_elems
)
Protected Function elementsSnapIndex (
in_elems As List(Of BuilderElement),
<OutAttribute> ByRef unsnapped_elems As List(Of BuilderElement)
) As Boolean
protected:
bool elementsSnapIndex(
List<BuilderElement^>^ in_elems,
[OutAttribute] List<BuilderElement^>^% unsnapped_elems
)
member elementsSnapIndex :
in_elems : List<BuilderElement> *
unsnapped_elems : List<BuilderElement> byref -> bool
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