Click or drag to resize

ModelUnitLoadsNewcalculateModelLoads Method

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

Namespace:  Karamba.Loads
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public override void calculateModelLoads(
	NKDTreeDupli nodes_tree,
	double limit_dist,
	List<Node> nodes,
	List<ModelElement> elems,
	ItemSelector 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.ElementsItemSelector
selector that returns element indexes for element identifiers
See Also