RubendeBruin / pymeshup

Building volume meshes from scratch using coordinates, primitives and boolean operations
Mozilla Public License 2.0
7 stars 1 forks source link

Save symmetry to .dhyd files #10

Open RubendeBruin opened 4 months ago

RubendeBruin commented 4 months ago

in mafredo:

 # try read info
        try:
            with xr.open_dataset(filename, group="info", engine="netcdf4") as ds:
                isym = ds["symmetry"]
                R.symmetry = Symmetry(isym)
        except: