AECOsim Connect edition - GC Help file corrections - GCScript Programming

Hi All,

I am working on Bentley Generative Components Connect Edition V 10.00.00.14: When looking through the GCScript Programming section of the help file I noticed there were a few issues with the script that should be corrected in order to get it working correctly.

Under GCScript Programming -> GCScript Language -> Scripting Examples -> Different types of geometric scripts in GenerativeComponents:

  • 'First (using full point nodes) BSpline curve': Minor note but the help file should probably specify the creation of a baseCS is required prior to running the script, however it is easy to work that out
  • 'Second (using child node points) BSpline curve'
    • node User.Objects.curveScale Bentley.GC.Slider                              should be          node User.Objects.curveScale Bentley.GC.NodeTypes.Slider
    • node User.Objects.cs2 Bentley.GC.Features.CoordinateSystem     should be          node User.Objects.cs2 Bentley.GC.NodeTypes.CoordinateSystem
  • 'Fourth BSpline curve only as point':
    • node User.Objects.p5T Bentley.GC.Expression                                 should be          node User.Objects.p5T Bentley.GC.NodeTypes.Expression

Hopefully this helps someone, it might be confusing for someone new to scripting to work out what it is they are doing wrong when the help file is actually incorrect!

Cheers,

Ed