Skip to content

Create geometries from primitives and boolean operators #138

Discussion options

You must be logged in to vote

Hi, I haven't seen any boolean operations in openEMS interface, but what I have experience you have these options:
- create parametrized model using python which generates STL using some 3rd party library and then import generated model using PolyhedronReader
- using primitives using python functions with set priorities, at the place of object intersections the object with higher priority is taken, so if same materials intersect you don't have to do anything, for substraction you have to define material with er=1, mu=1 and give it highest priority therefore it will have same effect like cutting out these parts of model
- you can use fcad_pcb (https://github.com/realthunder/fcad_pcb) in Fr…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@oberstet
Comment options

Answer selected by oberstet
Comment options

You must be logged in to vote
1 reply
@oberstet
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants