GDML icon indicating copy to clipboard operation
GDML copied to clipboard

FreeCAD GDML Workbench - AddonManager Installable

Results 48 GDML issues
Sort by recently updated
recently updated
newest added

Adding a sensitive detector to a part using the Set SensDet button successfully adds a sensitive detector to the part. Once the GDML is exported it creates 2 duplicate lines...

`finish` attribute specifies the optical surface's polish, and is saved in geant4 as numeric number instead of text of the enumeration (c/cpp enumerations are saved as integers and only the...

With ExpandFunctions fix refresh views

Note to self, code for handling import prompt needs tidying, works by not very elegantly.

Geant4 forum post [https://geant4-forum.web.cern.ch/t/creating-a-g4unionsolid-with-10-different-components/9906](url) points out that Boolean operations in Geant4 are rather CPU demanding, as extruded and revolved sketches use a number of Booleans, investigate use of G4MultiUnion and...

we have G4_BORON_CARBIDE and G4_POLYETHYLENE in freecad gdml. how to make a new material with 0.05 * G4_BORON_CARBIDE + 0.95 *G4_POLYETHYLENE ?

Trying to import a GDML file I get this error in the report view: ``` 10:32:05 solidref : worldbox 10:32:05 ERROR - Solid : worldbox Not defined ``` and no...

First of all thank you for this project, you saved me a lot of time during sim's. I am currently trying to simulate a kind of collimator, i.e. a block...

Greetings! When i press the cut button, i have following prompt: [\,\] Boolean Cut but nothing happened. What could it be? With part workbench it runs fine meanwhile. FreeCAD 0.20.2...

Hi Keith, I was trying to import this geometry: ![image](https://user-images.githubusercontent.com/64227397/82926976-995e5700-9f9d-11ea-898a-66331983978b.png) that was created using [GeGeDe](https://github.com/DUNE/gegede), it has layers of active material and the file is ~32MB, it takes forever and...