|
MeshrNearestVertices Method
|
Return list of vertex indices whose distance from x,y,z is less than r.
Namespace:
Karamba.Utilities.KMesh
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic List<int> rNearestVertices(
Vec3d pos,
double r
)
Public Function rNearestVertices (
pos As Vec3d,
r As Double
) As List(Of Integer)
public:
List<int>^ rNearestVertices(
Vec3d^ pos,
double r
)
member rNearestVertices :
pos : Vec3d *
r : float -> List<int>
Parameters
- pos
- Type: Karamba.Utilities.KMeshVec3d
Position for testing proximity to. - r
- Type: SystemDouble
Limit distance from Position.
Return Value
Type:
ListInt32[Missing <returns> documentation for "M:Karamba.Utilities.KMesh.Mesh.rNearestVertices(Karamba.Utilities.KMesh.Vec3d,System.Double)"]
See Also