Java library for creating 3d-objects for 3d printing

前端 未结 3 1482
攒了一身酷
攒了一身酷 2021-02-14 01:22

I am looking for a java library to create 3d-geometries and then convert that to .stl files so I can 3d print my object using a 3d printer.

I can imagine using a 3d-grap

相关标签:
3条回答
  • 2021-02-14 01:30

    Another option is: abfab3d.com This is opensourced code from Shapeways. Its is more complex and uses voxels as a base, but can convert to mesh aswell. The code is at github: abfab3d @ github

    I have not tried it, but will as the openscad route is slow and difficult to integrate in a webserver, so I will try it once I have time.

    0 讨论(0)
  • 2021-02-14 01:46

    There is a java library which works as a wrapper around OpenScad. The java wrapper is called JavaScad. Can be found here JavaScad. It works fine and I actually contributed to the library already.

    0 讨论(0)
  • 2021-02-14 01:49
    • JCSG - Java implementation of BSP based CSG (Constructive Solid Geometry)
    • jsolid - wrapper around JCSG providing fluent API
    0 讨论(0)
提交回复
热议问题