Points
- class mcnpy.Point(*args, **kwargs)[source]
Bases:
PointA representation of the model object Point.
- Parameters
x (float) – X for Point.
y (float) – Y for Point.
z (float) – Z for Point.
- class mcnpy.PPoint(*args, **kwargs)[source]
Bases:
PPointA representation of the model object PPoint.
- Parameters
d (float) – D for PPoint.
r (float) – R for PPoint.