pyg4ometry.geant4.solid.Plane

Classes

Plane

Constructs a infinite plane. Should not be used to construct geant4 geometry.

Module Contents

class pyg4ometry.geant4.solid.Plane.Plane(name, normal, dist, zlength=10000)

Bases: pyg4ometry.geant4.solid.SolidBase.SolidBase

Constructs a infinite plane. Should not be used to construct geant4 geometry.

Parameters:
  • name (str) – of object in registry

  • normal (tuple) – normal [x,y,z]

  • dist (float) – distance from origin to plane

  • zlength (float) – large transverse box size to emulate infinite plane

normal
dist
pDz
mesh = None
__repr__()
pycsgmesh()