Click or drag to resize

StrainLoadAddToElement 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.

Namespace:  Karamba.Loads
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 elemId2Ind,
	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.
elemId2Ind
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
Warnings.

Return Value

Type: Int32

[Missing <returns> documentation for "M:Karamba.Loads.StrainLoad.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