Scoping on list of named selection #1813
Unanswered
Indrajeetrt
asked this question in
Q&A
Replies: 1 comment
-
Hello @Indrajeetrt, The code you provided above is thus the best way to get a scoping corresponding to a named selection, to then feed it in other operators. This is however a potential feature request we could investigate. |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello there, Good day!!! I wanted to check is there any feasibility to scope on the list of named selection directly ? here is my below code where "ns" is list of named selections
"ns_op = dpf.operators.scoping.on_named_selection()
ns_op.inputs.data_sources.connect(data_source)
ns_op.inputs.requested_location.connect('Nodal')
ns_op.inputs.named_selection_name.connect(ns)"
or any possibilities to get results based on named selection for list of time scoping ?
Beta Was this translation helpful? Give feedback.
All reactions