|
UniformlyDistLoad_OLDAddToElement Method
|
Namespace:
Karamba.Loads.Beam
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic override int AddToElement(
List<ModelElement> elems,
List<Node> nodes,
IdMapper elem_id2ind,
Dictionary<Guid, List<int>> elem_guid2ind,
ref string warning
)
Public Overrides Function AddToElement (
elems As List(Of ModelElement),
nodes As List(Of Node),
elem_id2ind As IdMapper,
elem_guid2ind As Dictionary(Of Guid, List(Of Integer)),
ByRef warning As String
) As Integer
public:
virtual int AddToElement(
List<ModelElement^>^ elems,
List<Node^>^ nodes,
IdMapper^ elem_id2ind,
Dictionary<Guid, List<int>^>^ elem_guid2ind,
String^% warning
) override
abstract AddToElement :
elems : List<ModelElement> *
nodes : List<Node> *
elem_id2ind : IdMapper *
elem_guid2ind : Dictionary<Guid, List<int>> *
warning : string byref -> int
override AddToElement :
elems : List<ModelElement> *
nodes : List<Node> *
elem_id2ind : IdMapper *
elem_guid2ind : Dictionary<Guid, List<int>> *
warning : string byref -> int
Parameters
- elems
- Type: System.Collections.GenericListModelElement
Elements of the model. - nodes
- Type: System.Collections.GenericListNode
Nodes of the model. - elem_id2ind
- Type: Karamba.UtilitiesIdMapper
Item selector to get element indexes from element identifiers. - elem_guid2ind
- Type: System.Collections.GenericDictionaryGuid, ListInt32
Item selector to get element indexes from element guids. - warning
- Type: SystemString
Warning messages.
Return Value
Type:
Int32Returns the number of
ModelElement to which it was attached.
See Also