|
nec2++
1.7.0
|
A Class describing the antenna geometry. More...
#include "math_util.h"#include <vector>#include <iostream>#include "nec_output.h"#include "nec_wire.h"Go to the source code of this file.
Classes | |
| class | c_geometry |
Macros | |
| #define | PCHCON 100000 |
A Class describing the antenna geometry.
c_geometry g = new c_geometry(); g.parse_geometry(file);
OR
c_geometry g = new c_geometry(); g.wire(xxxxxxx); g.arc(); ... g.geometry_complete();
1.8.8