• 3 Point Rotation of objects using nodes in GC

    Hi, I am working on a system to automate the placement of coping stones for rail platforms in GC. In order to do this, I want to "nodeify" the Array along a Path command. The Array along Path command works very well, as the distance between stones can…
  • Two projects in VS2008.Sln

    Dear all, I have created another project into the VS2008. When I start debug the second project, appears in the Asemblies folder a list of dlls, and also I can`t access to the task menu in GC. So i can´t load the dll, If i want to check my progress…
  • Re: GC script debugger

    in your code, put in the line breakpoint; and then when you run, it will fire the debugger it won't fire it when you press accept, only when you do an update graph.
  • problem with references

    Hi, I'm trying to recompile my CS functions, and my references look like this at the moment: using System; using System.Collections.Generic; //using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Media; using System…