Service oriented cross-platform framework for 3D part library based on diversiform knowledge implantation
Published in Computer-Aided Design and Applications, 2018
Wei Liu, Qiang Niu, Chuipin Kong, Xionghui Zhou
Without the support from built-in CAD systems, the real-time 3D preview and update of the parts is a great challenge. In our implementation, the 3D part models are created with ACIS, a famous geometry engine. ACIS has a powerful ability of 3D modeling, it supports the entity, wireframe, surface and other geometric elements. Through the flexible handle of these elements, the high-precision geometric model can be created. From the view point of efficiency, ACIS uses the object oriented data structure and C++ is its development language, thereby, it has an efficient operating and modeling performance. More important, it is an original and lightweight modeling with only dozens of dlls, so it is very convenient for deployment, especially on the web.