开发者

SolidWorks Edrawing viewer in Java

开发者 https://www.devze.com 2023-03-02 04:04 出处:网络
Is there a library to load edrawings into a开发者_如何学Python JFrame?If you are willing to limit the input files to DXF files, perhaps this will do? http://www.escape.de/~quincunx/dxfviewer/index.htm

Is there a library to load edrawings into a开发者_如何学Python JFrame?


If you are willing to limit the input files to DXF files, perhaps this will do? http://www.escape.de/~quincunx/dxfviewer/index.html


Just some thoughts:

  • eDrawings is based on HOOPS3D file format. It contains a compressed xml hoops stream (open an eDrawings file in your favorite hex editor and you'll find a typical zip PK signature around offset 0x5C)
  • libraries are available to view HOOPS3D files in java: HoopsJava (however I don't know about licensing constraints of it).

So a path may be to extract the XML stream and load it in HoopsJava.

0

精彩评论

暂无评论...
验证码 换一张
取 消