Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add is used flag to material #3854

Merged
merged 1 commit into from
Nov 7, 2023
Merged

Add is used flag to material #3854

merged 1 commit into from
Nov 7, 2023

Conversation

Samuelopez-ansys
Copy link
Member

Close #3815

@ansys-reviewer-bot
Copy link
Contributor

Thanks for opening a Pull Request. If you want to perform a review write a comment saying:

@ansys-reviewer-bot review

@github-actions github-actions bot added the enhancement New features or code improvements label Nov 7, 2023
@Samuelopez-ansys
Copy link
Member Author

@gmalinve This new property detects if the material is used in the project or not, it is not specific for the design, but in a new PR, it could be implemented. But it does not exist in the AEDT API the method to find if the material is used in a specific design, with a couple of loops we could implement it in the future.

Copy link

codecov bot commented Nov 7, 2023

Codecov Report

Merging #3854 (1d01dd0) into main (db50f96) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #3854   +/-   ##
=======================================
  Coverage   81.12%   81.12%           
=======================================
  Files         180      180           
  Lines       62291    62297    +6     
=======================================
+ Hits        50535    50541    +6     
  Misses      11756    11756           

@Samuelopez-ansys Samuelopez-ansys merged commit d9fd4fa into main Nov 7, 2023
12 checks passed
@Samuelopez-ansys Samuelopez-ansys deleted the feat/issue_3815 branch November 7, 2023 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New features or code improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add is_used for materials used in the design
2 participants