rt RhinoOBJECTS_CONTAINER = []scriptcontext.doc = Rhino.RhinoDoc.ActiveDoc # Speak directly to RhinoALL_OBJECTS = rhinoscriptsyntax.ObjectsByLayer("Nik_Mesh_Cocoon_NURBS_Solids_Input") # Get GUIDs of each object.for q in ALL_OBJECTS: if rs.IsObjectHidden(q) == False: EACH_OBJECT = rhinoscriptsyntax.coercebrep(q) # Grab actual objects from GUIDs "coerced" as breps. OBJECTS_CONTAINER.append(EACH_OBJECT)ObjectsFromInputLayer = OBJECTS_CONTAINERscriptcontext.doc = ghdoc # Return Python state of speaking to Grasshopper
…
gles) with a nifty little equation that creates the intervals exactly how i want them. The step i am missing is how to get the the data out of the VB.net box correctly. I keep getting just the last value from the loop, instead of all the values generated during the loop from i=1 to y. I need the out put to be a string or list, and and I can not for the life of me add or append the values to the list. Anyone who could plug in the line I'm missing would be my hero.
this is what the VB.net looks like currently:
Dim i As Integer
Dim Q As Integer
Dim R As Integer
Dim S As String
Dim T As String
For i = 1 To y
If i = 1 Then
Q = 0
R = (x - 1)
Else
Q = (x * (i - 1))
R = ((x * i) - 1)
End If
' I am sure this is where i need to add the values for Q and R to strings S and T
A = S
B = T…
Link to website used: https://www.google.com/search?biw=1600&bih=763&tbm=isch&sa=1&ei=kTQJWpaOHMfNmAHAw6PIDw&q=kinetic+facade+dubai&oq=kinetic+facade+dubai&g...