-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: AppliedAssembly.AdjustedElevation error, and Single Point Featur…
…eline error (#3578) * Code now defaults AppliedAssembly.AdjustedElevation to double.MinValue if accessing that property throws an error. Adjusted FeatureLineToSpeckle so it only works on featurelines with more than 2 points, otherwise accessing he spline throws an error * Switched back to double.NaN * AdjustedElevation is now a double? type * Update ConverterAutocadCivil.Civil.cs --------- Co-authored-by: Claire Kuang <[email protected]>
- Loading branch information
1 parent
885a05b
commit fe0c923
Showing
2 changed files
with
14 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters