iTwin / itwinjs-core

Monorepo for iTwin.js Library
https://www.itwinjs.org
MIT License
623 stars 211 forks source link

convert a Navisworks file #1014

Closed spookyfox closed 2 years ago

spookyfox commented 3 years ago

Hi,

I have converted a *.nwd file and opened it with your amazing viewer, but the most of the properties are missing. Is there something I can do to get these data as well? Thanks a lot, Henrik


⚠ Do not edit this section. It is required for imodeljs.github.io ➟ GitHub issue linking

jffmarker commented 3 years ago

Most NWD data is converted as element MultiAspects due to the unstructured nature of NWD. Are you checking for aspects as well as the element class for data?

spookyfox commented 3 years ago

'Are you checking for aspects as well as the element class for data?' How to do this checking?

jffmarker commented 3 years ago

I got this recommended API from @khanaffan to get an element's aspects: https://www.itwinjs.org/reference/imodeljs-backend/imodels/imodeldb.elements/getaspects/

calebmshafer commented 2 years ago

Closing this issue due to the inactivity. @spookyfox if you're still seeing an issue please feel free to re-open.