Click or drag to resize

ModelBeamfinite_element Method

create an feb-element for the feb-model

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public override Element finite_element(
	Model fe_model,
	List<Node> nodes,
	int numLC,
	int id_num
)

Parameters

fe_model
Type: Model
feb-model to which the element will belong
nodes
Type: System.Collections.GenericListNode
boundary nodes of the element
numLC
Type: SystemInt32
number of load-cases in the feb-model
id_num
Type: SystemInt32
identification number of the element in the feb-model

Return Value

Type: Element

[Missing <returns> documentation for "M:Karamba.Elements.ModelBeam.finite_element(feb.Model,System.Collections.Generic.List{feb.Node},System.Int32,System.Int32)"]

See Also