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

FIX: Various improvements to Object3D #5668

Merged
merged 11 commits into from
Jan 29, 2025
Merged

FIX: Various improvements to Object3D #5668

merged 11 commits into from
Jan 29, 2025

Conversation

maxcapodi78
Copy link
Collaborator

Bug when parsing data for object3d. Wrong group assignment and missing transparency.

Description

Please provide a brief description of the changes made in this pull request.

Issue linked

Fixed #5561
Fixed #5567

Checklist

  • I have tested my changes locally.
  • I have added necessary documentation or updated existing documentation.
  • I have followed the coding style guidelines of this project.
  • I have added appropriate tests (unit, integration, system).
  • I have reviewed my changes before submitting this pull request.
  • I have linked the issue or issues that are solved by the PR if any.
  • I have agreed with the Contributor License Agreement (CLA).

Fixed #5567
Bug when parsing data for object3d. Wrong group assignment and missing transparency.
@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

Copy link

codecov bot commented Jan 16, 2025

Codecov Report

Attention: Patch coverage is 87.35632% with 66 lines in your changes missing coverage. Please review.

Project coverage is 85.17%. Comparing base (9dc739d) to head (94fe57a).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5668      +/-   ##
==========================================
- Coverage   85.26%   85.17%   -0.09%     
==========================================
  Files         155      155              
  Lines       60795    60819      +24     
==========================================
- Hits        51834    51805      -29     
- Misses       8961     9014      +53     

Copy link
Member

@Samuelopez-ansys Samuelopez-ansys left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea moving Polyline to object 3d

@Samuelopez-ansys Samuelopez-ansys enabled auto-merge (squash) January 29, 2025 07:13
@Samuelopez-ansys Samuelopez-ansys merged commit f91124f into main Jan 29, 2025
42 checks passed
@Samuelopez-ansys Samuelopez-ansys deleted the remove_polyline branch January 29, 2025 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

import_gds_3d doesn't work in non graphical mode
2 participants