generative modeling for Rhino
Permalink Reply by Damien Alomar on January 25, 2010 at 1:07pm
Permalink Reply by to] on January 26, 2010 at 2:09am
Dim xlApp As Object
' override language
Dim oldCI As System.Globalization.CultureInfo = system.Threading.Thread.CurrentThread.CurrentCulture
System.Threading.Thread.CurrentThread.CurrentCulture = New System.Globalization.CultureInfo("en-US")
'Grab a running instance of Excel
xlApp = System.Runtime.InteropServices.Marshal.GetActiveObject("Excel.Application")
//// variables and values you want to stream ////
System.Threading.Thread.CurrentThread.CurrentCulture = oldCI
hope it works for you let me know
best to]
Permalink Reply by Minh on January 26, 2010 at 7:17am
Permalink Reply by to] on January 26, 2010 at 8:45am
Permalink Reply by Minh on January 27, 2010 at 11:44am
Permalink Reply by to] on February 1, 2010 at 4:29pm
....
End If
A = ptList
owner.ExpireSolution(False)
System.Threading.Thread.CurrentThread.CurrentCulture = oldCI
Permalink Reply by Minh on February 2, 2010 at 3:11am
Permalink Reply by to] on February 2, 2010 at 3:28am
Permalink Reply by Minh on February 2, 2010 at 3:43am
Permalink Reply by Luis Fraguada on February 1, 2010 at 3:39am
Permalink Reply by Suryansh Chandra on January 26, 2010 at 5:45am
© 2013 Created by Scott Davidson.
Powered by