algorithmic modeling for Rhino
Tags:
Dim LayerTable As MRhinoLayerTable
LayerTable = doc.m_layer_table
For i As int32 = 0 To LayerTable.LayerCount -1
Dim layer As New OnLayer(LayerTable(i))
Layer.SetVisible(False)
layertable.ModifyLayer(layer, i, True)
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