CSXCAD icon indicating copy to clipboard operation
CSXCAD copied to clipboard

A C++ library to describe geometrical objects and their physical or non-physical properties.

Results 5 CSXCAD issues
Sort by recently updated
recently updated
newest added

I want to round-trip openEMS simulations via CSXCAD files stored via `Write2XML` and re-created using `ReadFromXML`. Doing so required me to create a custom class **LumpedPortExt** - code is below....

``` -- Found PNG: /usr/local/lib/libpng.so (found version "1.6.40") -- Found JPEG: /usr/local/lib/libjpeg.so (found version "80") ``` But then binaries aren't linked with these libraries.

Hi Thorsten, this is more of a question rather than a technical issue/bug, but since the forum is down at the moment, I thought I'd ask here (sorry for the...

``` ====> Running Q/A tests (stage-qa) Warning: /disk-samsung/freebsd-ports/cad/csxcad/work/stage/usr/local/lib/libCSXCAD.so.0.6.2 doesn't have a SONAME. Warning: pkg(8) will not register it as being provided by the port. Warning: If another port depend on...

CSProperties Python interface updated for missing features like dispersive materials. This was the best I could achieve. I hope it makes some sense.