algorithmic modeling for Rhino
Dim uniquePoints As New List( Of On3dPoint )
Dim found As Boolean = False
Dim i As Double = 0
Dim j As Double = 0
For i = 0 To x.Count - 1 Step 1
Dim cPoint As On3dPoint = x.Item(i)
found = False
If uniquePoints.Contains(cPoint) Then
found = True
End If
If found = False Then
uniquePoints.Add(cPoint)
End If
Next
A = uniquePoints
Tags:
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