get_selected_indices_by_analysis_ply#
- ansys.dpf.composites.select_indices.get_selected_indices_by_analysis_ply(analysis_ply_info_provider, element_info)#
Get selected indices by analysis ply.
Selects all indices that are in a layer with the given analysis ply
- Parameters:
analysis_ply_info_provider (AnalysisPlyInfoProvider) – Provider for the analysis ply information.
element_info (ElementInfo) – Lay-up information for the element.
- Returns:
Selected elementary indices.
- Return type:
NDArray[int64]