-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat(civil3d): adds subassembly and parcel props #305
Conversation
…for-all-civil3d-entities
…vil3d-entities' of https://github.com/specklesystems/speckle-sharp-connectors into claire/cnx-587-validate-properties-extracted-for-all-civil3d-entities
…com/specklesystems/speckle-sharp-connectors into claire/cnx-624-add-corridor-support
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
{ | ||
name = target.Name; // this will throw for some entities like labels | ||
} | ||
catch (Exception e) when (!e.IsFatal()) { } |
There was a problem hiding this comment.
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?
Small pr to add some custom props for subassemblies and parcels
IMPORTANT: should be merged after #302