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

feat(civil3d): adds subassembly and parcel props #305

Merged
merged 33 commits into from
Oct 16, 2024

Conversation

clairekuang
Copy link
Member

@clairekuang clairekuang commented Oct 15, 2024

Small pr to add some custom props for subassemblies and parcels
IMPORTANT: should be merged after #302

…vil3d-entities' of https://github.com/specklesystems/speckle-sharp-connectors into claire/cnx-587-validate-properties-extracted-for-all-civil3d-entities
Copy link

linear bot commented Oct 15, 2024

@clairekuang clairekuang marked this pull request as draft October 15, 2024 16:44
Copy link

codecov bot commented Oct 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 8.41%. Comparing base (617bb5f) to head (3efd005).
Report is 1 commits behind head on dev.

Additional details and impacted files
@@          Coverage Diff          @@
##             dev    #305   +/-   ##
=====================================
  Coverage   8.41%   8.41%           
=====================================
  Files        240     240           
  Lines       4815    4815           
  Branches     556     556           
=====================================
  Hits         405     405           
  Misses      4393    4393           
  Partials      17      17           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@clairekuang clairekuang marked this pull request as ready for review October 16, 2024 14:30
@clairekuang clairekuang enabled auto-merge (squash) October 16, 2024 15:48
{
name = target.Name; // this will throw for some entities like labels
}
catch (Exception e) when (!e.IsFatal()) { }
Copy link
Member

Choose a reason for hiding this comment

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

Do we know the specific exception? Is there an Autocad generic exception we could use at least?

@clairekuang clairekuang merged commit 6e56c3c into dev Oct 16, 2024
5 checks passed
@clairekuang clairekuang deleted the claire/cnx-637-add-assembly-and-subassembly-support branch October 16, 2024 15:57
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.

2 participants