If I execute dir(Geant4) from python one of the functions listed is G4VSolid yet if I try to call G4VSolid I get the message sld_brep_box = G4VSolid() RuntimeError: This class cannot be instantiated from Python
I now see that G4VSolid is a virtual/abstract function and therefore is not callable.