-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Groups that contain more than one geode causing issues when exporting to STL format #986
Comments
I'm struggling to figure out what you referring to/have in mind. Are you talking about needing to extend the STL plugin in some way? I can't comment on STL plugin specifics without diving into the code - I'm not author of this plugin so am in the same position as yourself w.r.t having to figure out what the codes does, what is appropriate for the file format. |
Hi robertosfield, thanks for your comments. From the specification: facet normal ni nj nk endsolid ` ReaderWriterSTL.cpp will output the format (above) for each geode within a group. This is an example (significantly reduced) of what is generated from the ReaderWriterSTL when there is a group of geodes:- The boolean, would support wrapping up the output of "solid" and "endsolid"
` |
When there is a group of geodes and you export to STL each geode contains a solid/endsolid
When this is processed (using the attached example) you only see a sphere rather than a crystal structure.
AABHTZ.zip
Would it be possible to include a boolean to specify whether the geode requires the "solid" to be specified?
Or, is there another way of overriding the visitor to allow our own implementation?
The text was updated successfully, but these errors were encountered: