FreeCAD_Python_GDML
FreeCAD_Python_GDML copied to clipboard
Load of saved of imported GDML file not the same as orginal import.
Should improve performance on large files.
Add code to deal with GDMLXtru with more than two section definitions
Trying GDML files as available at https://github.com/JeffersonLab/remoll has shown up a number of bugs. Will slowly try to tackle these. May take some time.
Needs investigating - When importing a GDML file GDMLBox solid is correctly aligned. However if the parameters for the box are changed via the normal FreeCAD change parameter facility the...
Needs investigating
Prevents testing inside freecadcmd-daily, e.g. ``` import importGDML importGDML.open("tests/import/entity1.gdml") ```
Sample file lhcbvelo.gdml has zplanes where values are sometimes given as float. Have now coded for this i.e. zplane values can be float, but raises the issue should all other...