Click or drag to resize

MeshLoadBuilder Constructor

create new mesh-load-builder

Namespace:  Karamba.Loads
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public MeshLoadBuilder(
	NKDTreeDupli nodes_tree,
	List<Node> nodes,
	List<ModelElement> elems,
	ItemSelector elem_id2ind,
	double limit_dist
)

Parameters

nodes_tree
Type: NKDTreeDupli
kd-tree of nodes in the model
nodes
Type: System.Collections.GenericListNode
nodes where point-loads shall be placed
elems
Type: System.Collections.GenericListModelElement
elements where element-loads shall be placed
elem_id2ind
Type: Karamba.ElementsItemSelector
converter from element identifier to index
limit_dist
Type: SystemDouble
limit distance for snapping together neighboring points
See Also