Zh

'使用 Java 的 STL 文件查看器'

STL (STereoLithography) file format is vastly used for 3D CAD drawings and printing. On the other hand, there are many other formats that are more portable than STL. Here comes the requirement to render the STL format into other formats. In this article, we will discuss how to render the STL files into PDF format using Java. In addition to this, we will convert the STL files to HTML, JPG, and PNG formats within Java application using examples. 本文讨论了以下主题:

  • STL 查看器 Java API * 以 PDF 格式查看 STL * 以 HTML、JPG、PNG 格式查看 STL
一月 7, 2022 · 2 分钟 · Shoaib Khan

使用 C# 的 STL 文件查看器

STL (STereoLithography) file format is used for 3D CAD drawings and 3D printing. There are several requirements when the developers are required to programmatically render STL files into various other formats. One of the reasons for conversion is better portability. In this article, you will learn how to render the STL files into PDF format using C#. Additionally, we will convert the STL files to HTML, JPG, and PNG format within .NET application using examples. 本文讨论了以下主题:

  • STL 查看器 .NET API * 以 PDF 格式查看 STL * 以 HTML、JPG、PNG 格式查看 STL
十二月 28, 2021 · 2 分钟 · Shoaib Khan