FreeCAD_Python_GDML icon indicating copy to clipboard operation
FreeCAD_Python_GDML copied to clipboard

Results 20 FreeCAD_Python_GDML issues
Sort by recently updated
recently updated
newest added

Load of saved of imported GDML file not the same as orginal import.

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...

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...