0

We are planning to develop a 3D CAD/ GIS application. It would have an interface similar to AutoCAD.

  1. It would have following features
  2. 3D CAD model space
  3. CAD edit tools
  4. GIS data import and export tools
  5. Support file exchange formats - DWG, IFC, SHP, DXF, PDF, SQLITE, etc
  6. Pointcloud support
  7. Handling large dataset

2 Answers2

0

AutoCAD OEM should be a better choice if you need an UI similar to AutoCAD but there is no support for IFC.

Maxence
  • 12,868
  • 5
  • 57
  • 69
0

Adding to @Maxence reply, AutoCAD OEM will allow you to fully customize the UI with your own, but requires a special business agreement.

Alternatively you can just create a "regular" AutoCAD plugin (.NET, C++, LISP, VBA) that perform customization on the UI and can include some commands, this plugin/app can then be published and sold through Autodesk App Store.

Finally, AutoCAD is available as a webservice called Design Automation, in case you just want to batch-process files on the cloud. It can also be viewed on the browser (see Viewer).

Community
  • 1
  • 1
Augusto Goncalves
  • 8,493
  • 2
  • 17
  • 44