Click or drag to resize

ElementLoadaddToElement Method (Element, Int32)

add element load to an element.

Namespace:  Karamba.Loads
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public virtual void addToElement(
	Element fe_elem,
	int numLC
)

Parameters

fe_elem
Type: Element
feb-element on which the load gets added
numLC
Type: SystemInt32
index of load-case of the load. If numLC is smaller than 0 then the load gets added in all load-cases
See Also