Generate buildings (community size) from CAD file for energy analysis

Hi HC -

When you import the DWG file into your 3dm file, you’ll have to:

  • scale the 2D curves to the correct size (that information is not available in the file)
  • move the shapes to the correct XY location relative to the terrain
  • extrude the 2D curves into solids
    • (for the “mountain”, you could use a cone)
    • it’s unclear if the height of shapes with a “podium” designate total height or height above podium
  • move the objects to the correct Z elevation

For the last step, you could use a script like this one:

-wim

1 Like