Problem 2110 - Using Geant4Py Solid form LogicalVolume via GetSolid does not contain GetEntityType
Summary: Using Geant4Py Solid form LogicalVolume via GetSolid does not contain GetEnti...
Status: ASSIGNED
Alias: None
Product: Environments
Classification: Unclassified
Component: g4py (show other problems)
Version: 10.5
Hardware: Apple Mac OS X
: P4 major
Assignee: Koichi Murakami
URL:
Depends on:
Blocks:
 
Reported: 2018-12-18 07:33 CET by keith@sloan-home.co.uk
Modified: 2019-12-13 08:15 CET (History)
0 users

See Also:


Attachments
Missing Method for G4VSolid (1.15 KB, text/x-python)
2018-12-18 07:33 CET, keith@sloan-home.co.uk
Details

Note You need to log in before you can comment on or make changes to this problem.
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.