The Autogenerated Objects Library

The Autogenerated Objects library is populated during the build process. The list of object modules and objects in the Autogenerated Objects library can be customized and extended.

Objects typically built in the Autogenerated Objects library include:
  • Colors
  • Namespaces,
  • Libraries
  • Built in functions
  • Built in types

Objects that would have appeared in the Autogenerated Objects but are already defined somewhere else in the referenced libraries are not generated. For example, most of the built in functions have object definitions in the Code.eql library. As a result, they don't appear in the Autogenerated Objects library.

This design makes it easy, for example, to add a rendering to an autogenerated object. Just copy and paste the object definition into another library, then add the rendering and build the document (F6). The object you modified should no longer appear in the Autogenerated Objects library.

The functions that generate the objects described here are built in functions. It's also possible to define new functions that generate object definitions and to extend the modules and objects included in the Autogenerated Objects library.