Click or drag to resize

UniformlyDistLoad_OLDAddToElement Method

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

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

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: Int32
Returns the number of ModelElement to which it was attached.
See Also