You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Final form of the features changed significantly during the PR lifetime.
The "Digitize Mesh Element" tool has added menu, that allows method selection for assignment of Z values to newly created vertices.
This allows to select from 4 options:
Prefer Mesh, then Z Widget (interpolates z value from mesh, if vertex is inside face of mesh, uses Z widget value otherwise)
Prefer Mesh, then Terrain (interpolates z value from mesh, if vertex is inside face of mesh, uses terrain value otherwise)
Project Terrain (always uses project terrain Z value)
Z Widget (always get Z values from widget)
"Transform Mesh Vertices" panel as a new button added, that allow setting of Z value for selected vertices from project terrain.
Request for documentation
From pull request qgis/QGIS#58877
Author: @JanCaha
QGIS version: 3.40
Mesh point add elevation
PR Description:
Description
This PR make some changes when adding new vertices to the MeshLayer.
ZValuesWidget
QgsAbstractTerrainProvider
to currently selected verticesQgsAbstractTerrainProvider
, when the point is createdThe placement of the new button and checkbox is up for discussion, so far it is added into
ZValuesWidget
for convenienceCommits tagged with [need-docs] or [FEATURE]
The text was updated successfully, but these errors were encountered: