Problem 2110

Summary: Using Geant4Py Solid form LogicalVolume via GetSolid does not contain GetEntityType
Product: Environments Reporter: keith <keith>
Component: g4pyAssignee: Koichi Murakami <Koichi.Murakami>
Status: ASSIGNED ---    
Severity: major    
Priority: P4    
Version: 10.5   
Hardware: Apple   
OS: Mac OS X   
Attachments: Missing Method for G4VSolid

Description keith@sloan-home.co.uk 2018-12-18 07:33:08 CET
Created attachment 528 [details]
Missing Method for G4VSolid

According to my reading of http://www-geant4.kek.jp/Reference/10.05/classG4Box.html

should contain a method GetEntityType but it appears not to be implemented
see attached python file scanGDML and dir(solid) for methods that are

Test GDML file is available on dropbox https://www.dropbox.com/s/t592qip7deszzlp/test4.gdml?dl=0
Comment 1 Koichi Murakami 2019-12-13 08:15:57 CET
I will review the validity of implementing that method.