get_selected_indices_by_dpf_material_ids#
- ansys.dpf.composites.select_indices.get_selected_indices_by_dpf_material_ids(element_info, dpf_material_ids)#
Get selected indices by DPF material IDs.
This method selects all indices that are in a layer with one of the selected materials.
- Parameters:
element_info (ElementInfo) – Lay-up information for the element.
dpf_material_ids (
Collection
[int64
]) – Collection of DPF materials.
- Returns:
Selected elementary indices
- Return type:
NDArray[int64]