Click or drag to resize

PointLoadsetNodeInd Method

determines index of node to which the load applies.

Namespace:  Karamba.Loads
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public PointLoad setNodeInd(
	int i,
	NKDTreeDupli nodes_tree,
	List<Node> vertices,
	double limit_dist
)

Parameters

i
Type: SystemInt32
index of the point load.
nodes_tree
Type: NKDTreeDupli
kdtree of all nodes of the model.
vertices
Type: System.Collections.GenericListNode
list of all vertices of the model.
limit_dist
Type: SystemDouble
snapping distance of two nodes.

Return Value

Type: PointLoad
itself or clone of itself in case it changed its state.
See Also