how to enter drawing from data file in HFSS
I am waiting for help
I am waiting for help !!
What format is the drawing? I believe HFSS will import ACIS, DXFs, and I seem to remember that it will do STL as well
I think you can just import any cad drawing into HFSS by going to the Modeler tab and choose import. I know for sure you can import dxf files.
HFSS will import many CAD formats. If your design is in a format HFSS can't import, looking online will often find you a program which converts to a format HFSS can import.
Beware, however, that HFSS designs using imported files are sometimes much larger (file and memory size) and thus much slower to simulate than designs made from scratch in HFSS. So if possible, it can be better to input the design by hand, or else using the matlab-hfss API (google it, it's very useful).
you have an idea on the size (memory) of data imported by using HFSS?
Added after 1 minutes:
it is .tab (X, y) table
Memory size depends on the design complexity, obviously. Relatively speaking, I think I remember that one of my imported designs was 10-20 times bigger (disk size, but that's correlated with memory size) than the equivalent design made by hand. Results may vary (perhaps drastically) though.
my problem is how to introduce the point X, Y in HFSS to the drawing? If I do my drawing on AutoCAD what can I doeing to read my model in HFSS and to complete my antenna
my problem is how to introduce the point X, Y in HFSS to the drawing? If I do my drawing on AutoCAD what can I doeing to read my model in HFSS and to complete my antenna
Added after 12 minutes:
I am waiting for help !!
I assume HFSS can't import ".tab (X, y)" data. I would use matlab-hfss API to write an HFSS file based on the data. You have to know how to use matlab of course.
You can make a HFSS script to read and import the data? if you can help me