You probably don't want to create all of your level geometry through code forever. Old versions of Game Maker had a basic 3D model format that they could read; here's ...
Game Maker's old model format is fine, but if you work with 3D artists you probably will want to use a standard file format such as the ubiquitous Wavefront Object. A minorly important update: someone ...