Reputation: 1
I have 2 questions:
Upvotes: 0
Views: 66
Reputation: 2196
for any properties, first get their hash key by model.getPropertyHashes() on which represents Level. With my experience, it should be p01bbdcf2. With that, compose your condition:
'$eq': ['s.props.p01bbdcf2', "'Level 1'"] //
yes, BIM360 will translate the models automatically after the model is uploaded to BIM360 folder. you do not need to translate explicitly. you can visit it directly. See this tutorial https://tutorials.autodesk.io/tutorials/hubs-browser/
Upvotes: 0