|
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)
Syntaxpublic int NodeInd(
Point3 pos,
double limitDist
)
Public Function NodeInd (
pos As Point3,
limitDist As Double
) As Integer
public:
int NodeInd(
Point3 pos,
double limitDist
)
member NodeInd :
pos : Point3 *
limitDist : float -> int
Parameters
- pos
- Type: Karamba.GeometryPoint3
Position to query. - limitDist
- Type: SystemDouble
Distance for snapping neighboring points.
Return Value
Type:
Int32The index of the node at the given position.
See Also