convert 3d faces from .stl file to solid?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
So I found vb.net code for reading a binary stl, and used that to make my own "import stl to 3d faces" command (in C#).
An stl file is just a text file of triangle verticies, poular with 3d printers and easily available from thingiverse.com.
It occurred to me that I might like to modify the part, then re-export as stl.
Is there a way to "fill" the watertight 3d faces to make a solid?
I thought of converting to region, then to mesh, then to solid, but that did odd things, I think related to surface normals maybe.
This does not have to be an autocad based task. Maybe these are tools in 3dsmax or a solids library out there for this.
I do want the result to eventually be an acad 3d solid though.
thanks
internal protected virtual unsafe Human() : mostlyHarmless
I'm just here for the Shelties