algorithmic modeling for Rhino
Dim it As New MRhinoObjectIterator(doc)
Dim obj As IRhinoObject = it.First()
Do
If (obj Is Nothing) Then Exit Do
If (obj.Attributes().m_layer_index = Li) Then
obj.Select(True, True, True)
End If
obj = it.Next()
Loop
doc.m_layer_table.FindLayer("MyLayerName")
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
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by