You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also am wondering about documentation for this package. I have downloaded everything but can not get it to work. Is there another file that explains how it works or has an example?
Sorry but I never got a notification about this issue! Also sorry for the lacking docs. I suggest [checking out the tests[)https://github.com/QuantumConcepts/STLdotNET/blob/master/Source/Test/STLTests.cs) which should give you an idea of how to use this library.
.Read(...) STL content from a stream or string or .Open(...) an STL file
.WriteText(...) or .WriteBinary(...) or .SaveAsText(...) or .SaveAsBinary(...)` to write/save the STL instance to a stream/string/file
.AppendFacets(...) to add one or more facets to the document
The STLDocument is basically just a set of Facet instances. A Facet is a set of Vertex (X, Y, Z) instances. A Facet also can have a Normal specified to indicate the directional of the facet. Finally, a Facet can have attributes attached via the AttributeByteCount property which can be used to store additional data such as the color of the facet (only applied to binary STLs).
There are some extension methods which allow you to work with vertices and facets.
So you say there is a package that allows me to handle STL-files.
But I can not find any documentation or examples how to use the package?
The text was updated successfully, but these errors were encountered: