montepy.data_inputs.lattice.LatticeType#
- class montepy.data_inputs.lattice.LatticeType(*values)#
Bases:
EnumRepresents the options for the lattice
LAT.Attributes:
Hexagonal prisms are solids with eight faces.
Alias for
RECTANGULAR; hexahedra are solids with six faces.Rectangular hexahedral lattice type (a solid with six faces).
- HEXAGONAL = 2#
Hexagonal prisms are solids with eight faces.
- HEXAHEDRAL = 1#
Alias for
RECTANGULAR; hexahedra are solids with six faces.
- RECTANGULAR = 1#
Rectangular hexahedral lattice type (a solid with six faces).