|
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)
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
[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:
Booleantrue in case elements were snapped
See Also