How to remove some edges from the original edges #9166
Unanswered
StefanIsSmart
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Given that you have an edge-level mask, you can simple do |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For example, sometimes I want to remove the edges from the original edges.
It needs to change the
Edge_Features
and theEdge_Index
.It is easy to remove the original
Edge_Features
by selecting special indexes to get the newEdge_Features
, but how to change theEdge_Index
to match with the newEdge_Features
rightly?Beta Was this translation helpful? Give feedback.
All reactions