How can I get the object ids of named selections with PyDPF from a rst file?

Daniel169
Member Posts: 2
**
in Structures
I tried it with
ns_scoping = model.metadata.named_selection(ns_name)
ns_scoping.id
ns_scoping.ids
but this refers only to the nodes from the named selection.
Tagged:
0
Best Answer
-
The mechanical object ids are not in the results file. You will need to match the component name to the named selection solver name (NS.SolverName).
This should be unique as you cannot have components with the same name in APDL.1
Answers
-
Thanks Mike, that should work for me.
0