Replies: 2 comments 3 replies
-
Probably because there is no SetPrimitiveUsed(true); in the method here: @thliebig, can you confirm? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I meant this could be a bug in the C++ source code, and raised the issue with the developer. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In my project, there are many zero-thickness metal structures. I used the addBox method to add them as metal materials, but it turns out these structures are not being recognized or utilized. I can't figure out where the problem lies. The relevant code is as follows:
copper = CSX.AddMetal('copper ')
copper.AddBox([3, 0, 0], [7, 2, 0], priority=10)
...
Beta Was this translation helpful? Give feedback.
All reactions