TemperatureLoadAddToElement Method

Adds the element load to model elements to which it refers via element identifier. returns the number of elements to which it was attached.

Definition

Namespace: Karamba.Loads
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public override int AddToElement(
	List<ModelElement> elems,
	List<Node> nodes,
	IdMapper elem_id2ind,
	Dictionary<Guid, List<int>> elem_guid2ind,
	ref string warning
)

Parameters

elems  ListModelElement
elements of the model.
nodes  ListNode
nodes of the model.
elem_id2ind  IdMapper
item selector to get element indexes from element identifiers.
elem_guid2ind  DictionaryGuid, ListInt32
item selector to get element indexes from element guids.
warning  String
Warnings.

Return Value

Int32

[Missing <returns> documentation for "M:Karamba.Loads.TemperatureLoad.AddToElement(System.Collections.Generic.List{Karamba.Elements.ModelElement},System.Collections.Generic.List{Karamba.Nodes.Node},Karamba.Utilities.IdMapper,System.Collections.Generic.Dictionary{System.Guid,System.Collections.Generic.List{System.Int32}},System.String@)"]

See Also