0

hello guys is there any way to use cad 3d object of a machinery in a web page and is there any way to explode that object to different parts when a user clicks on it. Pls suggest me what technology to use to make this work .

manmaurya
  • 11
  • 4
  • https://github.com/ghemingway/cad.js/tree/master – madalinivascu Oct 31 '17 at 07:32
  • see https://stackoverflow.com/questions/43274647/how-to-show-view-or-read-dwg-files-on-browser – madalinivascu Oct 31 '17 at 07:37
  • If you need a reliable solution that works on all devices I would consider [Frame](http://www.fra.me) platform, what most of popular CAD companies are using today to make CAD available via web. – abenci Nov 01 '17 at 06:46

1 Answers1

0

There is no direct answer to this question since it depends on what format you can export the 3d model in. But there is a lot of different 3d engines for the web, the most common I can think of is https://threejs.org/, but there is no out of the box solution for what you are asking for. It can be done but it takes some work.

Nicklas Ridewing
  • 2,410
  • 2
  • 14
  • 26