Skip to content

Feat/highlight vertex#148

Merged
BotellaA merged 27 commits into
nextfrom
feat/highlightVertex
May 18, 2026
Merged

Feat/highlight vertex#148
BotellaA merged 27 commits into
nextfrom
feat/highlightVertex

Conversation

@MaxNumerique
Copy link
Copy Markdown
Contributor

No description provided.

@MaxNumerique MaxNumerique marked this pull request as ready for review May 15, 2026 14:18
Comment thread src/opengeodeweb_viewer/rpc/model/model_protocols.py Outdated
Comment thread src/opengeodeweb_viewer/rpc/viewer/viewer_protocols.py
@MaxNumerique MaxNumerique requested a review from BotellaA May 15, 2026 17:21
Comment on lines +170 to +179
append = vtkAppendDataSets()
for i in params.block_ids:
block = (
pipeline.blockDataSets[i]
if i < len(pipeline.blockDataSets)
else None
)
if isinstance(block, vtkDataSet):
append.AddInputData(block)
append.Update()
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

En fait si on veut harmoniser et utiliser vtkSelectionNode.BLOCKS, on aura une sortie en vtkMultiBlocksDataSet, alors que le mapper qu'on a pourle highlight est vtkDataSetMapper et n'accepte que les objets qui héritent de vtkDataSet.

Donc soit on garde ce vtkAppendDataSets pour fusionner les blocs du vtkMultiBlocksDataSet extrait en un seul vkDataSet
ou
on change dynamiquement le type de mapper, mais je ne sais pas si ça complexifie trop pour juste ça ?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@BotellaA BotellaA merged commit 7079bc1 into next May 18, 2026
34 checks passed
@BotellaA BotellaA deleted the feat/highlightVertex branch May 18, 2026 14:11
@JulienChampagnol
Copy link
Copy Markdown
Member

🎉 This PR is included in version 1.19.0-rc.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@JulienChampagnol
Copy link
Copy Markdown
Member

🎉 This PR is included in version 1.19.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants