Keith Sloan
Keith Sloan
Also 'tessellated' is NOT supported by ROOT only Geant4. From the GDML guide 3.4.26 Tessellated solid NB: supported only by Geant4
I had problems with Gmsh and now cannot installed the latest python library version of Gmsh :-( The initial problem with the standard FreeCAD mesh'er producing large numbers of facets...
Yes would be happy for somebody to add translation support. Yes we would be happy for somebody to improve the documentation.
Question re translation. We are finding that we are having to do more with pure Qt code for Dialogs. For better translation support should one err more to using Qt's...
luzpaz - Yes it would be good if the Addon Manager recognised that the Github default workbench has changed and at least advised the user they need to - Delete...
Is that the cut button in the GDML workbench or the Part workbench? The Boolean operations in the GDML workbench assume that there is one GDML object per Part/(Volume) and...
Okay checked the code and a GDML boolean operation creates a new Object for which a recompute was performed, but not for the Tool and Base Object that get removed....
Okay I am trying to recreate. If I create the two Ellipitical Tubes and Cut I get [AfterCut-worldVOL.gdml.txt](https://github.com/KeithSloan/GDML/files/11120815/AfterCut-worldVOL.gdml.txt) [BeforeCut.FCStd.txt](https://github.com/KeithSloan/GDML/files/11120816/BeforeCut.FCStd.txt) [AfterCut.FCStd.txt](https://github.com/KeithSloan/GDML/files/11120817/AfterCut.FCStd.txt) The translation that at issue is and the tube ElTube_007...
[BeforeCutObjPlacement.FCStd.txt](https://github.com/KeithSloan/GDML/files/11121122/BeforeCutObjPlacement.FCStd.txt) [BeforeCutPartPlacement.FCStd.txt](https://github.com/KeithSloan/GDML/files/11121123/BeforeCutPartPlacement.FCStd.txt) If the translation is applied to the Part before the boolean, for me it seems to be okay. If the translation is applied to the GDMLObject before the...
Have pushed a fix for Boolean Cut Placement.Bases Rotations not yet handled and needs to be applied to booleans other than Cut. Would appreciate if you could test, so that...