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

chore(civil3d): add comment for featureline display values #509

Merged
merged 2 commits into from
Jan 21, 2025

Conversation

clairekuang
Copy link
Member

Just adds a simple POC comment to featureline display value conversion.

Featurelines are 2.5d curves: they can have line or arc segments, and different elevations at each vertex.
There is no native way to retrieve the full 3d accurate representation of a featureline, so currently we are sending them as 3d polylines with line segments only.

Adding comment for context in case future bug reports happen due to polyline representation of polycurve featurelines.

Copy link

linear bot commented Jan 21, 2025

@clairekuang clairekuang enabled auto-merge (squash) January 21, 2025 16:33
Copy link

codecov bot commented Jan 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 15.05%. Comparing base (83efebf) to head (30781e2).
Report is 1 commits behind head on dev.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev     #509   +/-   ##
=======================================
  Coverage   15.05%   15.05%           
=======================================
  Files         239      239           
  Lines        4703     4703           
  Branches      578      578           
=======================================
  Hits          708      708           
  Misses       3964     3964           
  Partials       31       31           

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

@clairekuang clairekuang merged commit fd2dd9a into dev Jan 21, 2025
5 checks passed
@clairekuang clairekuang deleted the claire/cnx-989-survey-figures-with-arc-parts branch January 21, 2025 16:38
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