MaterialOperators#
- class ansys.dpf.composites.layup_info.material_operators.MaterialOperators(material_provider, material_support_provider, result_info_provider)#
Provides the container for material-related operators.
- Parameters:
material_support_provider (
Operator
) – The material support provider takes care of mapping the materials in the RST file to the materials in the composite definitions. The material support contains all the materials from the RST file. Currently the output of this operator cannot be inspected in Python.material_provider (
Operator
) – Outputs theMaterialsContainer
, which can be used to evaluate material properties. This container cannot be queried in Python, but it can be passed to other DPF operators that evaluate the properties.result_info_provider (
Operator
) – Provides theResultInfo
object.
Methods
Attributes
Get material container helper operator.
Get material_provider.
Get material_support_provider.
Get result_info_provider.