MaterialMetadata#
- class ansys.dpf.composites.layup_info.material_properties.MaterialMetadata(dpf_material_id=0, material_name='', ply_type=None, solver_material_id=None)#
Material metadata such as name and ply type.
- Parameters:
dpf_material_id (int) – Material index in the DPF materials container.
material_name (str) – Name of the material. Is empty if the name is not available.
ply_type (str | None) – Ply type. One of regular, woven, honeycomb_core, isotropic_homogeneous_core, orthotropic_homogeneous_core, isotropic, adhesive, undefined. Regular stands for uni-directional. None if the DPF server older than 2025 R1 pre 0 (9.0).
solver_material_id (int | None) – Material index of the solver. None if DPF server older than 2024 R1 pre 0 (8.0).
Attributes