algorithmic modeling for Rhino
sorry, have got it,
for all who are interestet
'Dim g as BrepFace
Dim tolerance as Double = doc.ModelAbosluteTolerance
Dim points_inside as New List(of Point3D)For Each pt as Point3d in pt_list
Dim dist As Double
Dim d As Double = Double.MaxValuedist = g.DuplicateFace(False).ClosestPoint(pt_to_Add).DistanceTo(pt_to_Add)
If(dist < d)
d = dist
End IfIf(d <= tolerance) Then
points_inside.Add(pt_to_Add)
End If
Next
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by