Replies: 1 comment 1 reply
-
We do not support STL in 2D. STL is a format for 3D objects. So I am not sure what it would mean in 2D. Projection of the 3D objection onto a plane? A 2D cut? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When modeling obstacles using EB_CNS, I can successfully import STL files for 3D calculations to handle complex geometries, this approach seems to fail for 2D cases. (I try to change the

DIM
parameter to 2 in the example provided here). I am unsure if I made an error in my implementation.What methods can I use to model complex geometries in 2D (similar to the image below, just an example)? Is it necessary to rely solely on the geometric combinations of basic shapes as described in the documentation here, or are there other more efficient ways to import external structures? Thank you for your assistance!
Beta Was this translation helpful? Give feedback.
All reactions