get_all_dpf_material_ids#

ansys.dpf.composites.layup_info.material_properties.get_all_dpf_material_ids(mesh, data_source_or_streams_provider)#

Get all DPF material IDs.

Parameters:
  • mesh (MeshedRegion) – DPF meshed region enriched with lay-up information.

  • data_source_or_streams_provider (Union[DataSources, Operator]) – DPF data source or stream provider that contains the RST file.

Return type:

Collection[int64]