Click or drag to resize

ModelUnitLoadscalculateModelLoads Method

Calculate point-loads and distributed element loads from a mesh-load.

Namespace:  Karamba.Loads
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public virtual void calculateModelLoads(
	NKDTreeDupli nodes_tree,
	double limit_dist,
	List<Node> nodes,
	List<ModelElement> elems,
	IdMapper element_selector
)

Parameters

nodes_tree
Type: NKDTreeDupli
kd tree that contains all nodes of the statical model that may be loaded.
limit_dist
Type: SystemDouble
limit distance for distributing the loads from the mesh on neighboring statical model nodes.
nodes
Type: System.Collections.GenericListNode
all nodes of the statical model.
elems
Type: System.Collections.GenericListModelElement
all elements n the statical model.
element_selector
Type: Karamba.UtilitiesIdMapper
selector that returns element indexes for element identifiers.
See Also