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

Force mesh by polylines (Request in QGIS) #6930

Closed
qgis-bot opened this issue Sep 9, 2021 · 0 comments · Fixed by #7733
Closed

Force mesh by polylines (Request in QGIS) #6930

qgis-bot opened this issue Sep 9, 2021 · 0 comments · Fixed by #7733
Assignees
Labels
3.22 QGIS 3.22 new features Editing Mesh
Milestone

Comments

@qgis-bot
Copy link
Collaborator

qgis-bot commented Sep 9, 2021

Request for documentation

From pull request qgis/QGIS#44962
Author: @vcloarec
QGIS version: 3.22

Force mesh by polylines

PR Description:

In the scope of mesh editing, this PR allows the user to force the mesh by existing polylines (as break lines). Forcing lines consist of line that the faces are forced to follow, that is edges of encountered faces have to be on theses lines.

forcing_line

The user choose vector layers geometries in the map canvas by selecting them. Then, the user clicks on the dedicated push button to force the mesh on the lines contains by these geometries.

The different options are:

  • add new vertices when the lines cut the internal edges
  • interpolate the Z value of new added vertices on the mesh or from the lines
  • Tolerance : when a lines is at a distance from an existing vertex lower than the tolerance, no new vertex is created but the existing vertex is used

forceByBreakLine

Note about the terminology:
These type of lines can be called break lines. The word "force" is use here because, usually, especially when TIN are constructed, break lines are permanent lines that will be used even later for new faces operations (add, remove flip, ..) to continue to constrained the mesh. In that case, break lines are part on the mesh data, and are identified as this. Here, we just apply this "forcing" line and leave, so for latter operation, the faces are not constrained anymore, as opposite as real break line. Maybe later we could have some real break lines that will permanent in mesh layer, so it is important to differentiate the terminology today.

Commits tagged with [need-docs] or [FEATURE]

@github-actions github-actions bot added the 3.22 QGIS 3.22 new features label Sep 9, 2021
@DelazJ DelazJ added this to the QGIS 3.22 milestone Sep 9, 2021
@DelazJ DelazJ self-assigned this Mar 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.22 QGIS 3.22 new features Editing Mesh
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants