DistributedLoadAddToElement Method

Adds this instance of ElementLoad to the ModelElement to which it refers via ElementIds.

Definition

Namespace: Karamba.Loads.Beam
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
Warning messages.

Return Value

Int32
Returns the number of ModelElement to which it was attached.

See Also