generative 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 = uniquePointsTags: duplicates
Permalink Reply by Luis Fraguada on May 1, 2010 at 11:00pm
Permalink Reply by Matt Ward on May 2, 2010 at 2:11am Added by Mgeorgio 0 Comments 0 Likes
Added by Mgeorgio 0 Comments 0 Likes
© 2013 Created by Scott Davidson.
Powered by