Click or drag to resize

ModelBuilderFEaddTo Method

add a list of nodes to the fe-model.

Namespace:  Karamba.Models
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public void addTo(
	List<Node> nodes,
	Model femodel,
	int numLC
)

Parameters

nodes
Type: System.Collections.GenericListNode
nodes to be added.
femodel
Type: Model
fe-model where to add the nodes.
numLC
Type: SystemInt32
number of load-cases in the model.
See Also