Best way to get properties of all physical elements #3343
Unanswered
lijiayi0921
asked this question in
Q&A
Replies: 1 comment 9 replies
-
You can specify what properties you want using the fieldsSelector attribute when requesting content. When requesting content for many elements I'd also recommend doing that in pages. We found that the most efficient way to do it is by paging the I would also like to raise a question why you need to download properties of all |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to get a selection (by name for example) of attribute properties of all PhysicalElements present in a model.
For properties, I currently do so with presentation.getConent :
This solution works. However the response json may be very large and takes a lot of time to download.
What would be the right way to get attribute properties names / values ?
Thanks
Jiayi
Beta Was this translation helpful? Give feedback.
All reactions