Split multi-part STL

Split multi-part STL

免费 STL 艺术与雕塑
  • 16 次浏览

该模型托管于 Cults3D。文件、图片及许可信息归原创作者所有。

在 Cults3D 查看 ↗

简介

Sometimes one gets an STL file that has multiple parts in it, and one would like to extract the parts separately (e.g., recently, I wanted to extract a single link from someone's chainmail STL). One could use Meshmixer or something like that, but a simpler solution would be nicer. I made a simple javascript page (https://htmlpreview.github.com/?https://raw.githubusercontent.com/arpruss/stlutils/master/split.html) that does that. You just select a file, and then you can download the parts separately (or a combination of a subset of parts). The javascript runs all in your browser: nothing is uploaded to a server. Running the splitter on a rendering of "STL Split" yields nine parts, one for each letter other than the "i", and two for the "i". Usage note: Currently, this will fail in a funny way if your object has an inner surface completely contained within an outer surface, namely a hole completely surrounded by material. The split will result in two meshes, one for the outer surface and an inside-out mesh for the hole. I haven't figured out how to fix this yet. For now, you can handle it manually by combining the outside and inside mesh parts. Technical notes: Source code is here (https://github.com/arpruss/stlutils). MIT licensed. The output is binary STL. The input can be either binary or ASCII STL. If you use binary STL as input, the code is guaranteed not to introduce any new round-off errors--the original 32-bit float coordinates are completely unchanged. The javascript…

About this model

Split multi-part STL is a 免费 3D model in the 艺术与雕塑 category, shared by the Cults3D community. You can download it for 3D printing and reuse it in your own projects under the terms of its original license.

File formats

  • STL — The most common mesh format for 3D printing — ready to slice and print on almost any printer.

The files for this model are hosted on Cults3D. Use the button above to open the original page and download it.

相似模型