3.1.1.4.1.7. opengate.geometry.MaterialBuilder

3.1.1.4.1.7.1. Module Contents

3.1.1.4.1.7.1.1. Classes

MaterialBuilder

A description of a material, that will can be build on demand.

class opengate.geometry.MaterialBuilder.MaterialBuilder(material_database)[source]

A description of a material, that will can be build on demand. A material is described by a list of components that can be elements or sub-materials.

__del__()[source]
__repr__()[source]

Return repr(self).

read(f, line)[source]
read_one_element(line)[source]
read_one_submat(line)[source]
build()[source]
add_element_to_material(mat, elem)[source]
add_submat_to_material(mat, elem)[source]