Click or drag to resize

ElementLoadaddToElement Method (ListModelElement, ListNode, ItemSelector, String)

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: 1.0.0.0 (1.0.0.0)
Syntax
public virtual int addToElement(
	List<ModelElement> elems,
	List<Node> nodes,
	ItemSelector elem_id2ind,
	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.ElementsItemSelector
item selector to get element indexes from element identifiers
warning
Type: SystemString

[Missing <param name="warning"/> documentation for "M:Karamba.Loads.ElementLoad.addToElement(System.Collections.Generic.List{Karamba.Elements.ModelElement},System.Collections.Generic.List{Karamba.Nodes.Node},Karamba.Elements.ItemSelector,System.String@)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Karamba.Loads.ElementLoad.addToElement(System.Collections.Generic.List{Karamba.Elements.ModelElement},System.Collections.Generic.List{Karamba.Nodes.Node},Karamba.Elements.ItemSelector,System.String@)"]

See Also