Click or drag to resize

ModelNodeInd Method

Gets the index of the node at the given position within the search radius limitDist. If no point is within reach -1 is returned.

Namespace:  Karamba.Models
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public int NodeInd(
	Point3 pos,
	double limitDist
)

Parameters

pos
Type: Karamba.GeometryPoint3
Position to query.
limitDist
Type: SystemDouble
Distance for snapping neighboring points.

Return Value

Type: Int32
The index of the node at the given position.
See Also