jeremytammik / RevitLookup

Interactive Revit RFA and RVT project database exploration tool to view and navigate BIM element parameters, properties and relationships.
http://thebuildingcoder.typepad.com
MIT License
1.03k stars 294 forks source link

Extensible Storage Schema field values #184

Closed russgreen closed 7 months ago

russgreen commented 10 months ago

I can't seem to see the field values for the storage entity. I get only get as far as seeing the list of fields.. In the Winforms version, you can see the values being stored as well. Apologies if I'm looking in the wrong place but this would be a useful additional feature.

NeVeSpl commented 9 months ago

You can always use an alternative tool that offers access to Extensible Storage Scheme. (:

Nice3point commented 9 months ago

@russgreen you can.

  1. Find GetEntity method of Element изображение
  2. Use Get Method изображение
  3. Look at the value изображение
russgreen commented 9 months ago

The above seems OK if there is only one field.

I have a schema that I cannot click on Get(string) Screenshot 2023-09-07 075212

But I can click into the schema and then get the list of fields. I just can't see the values of those fields unless I use the Winforms version of RevitLookup or RDBE.

Nice3point commented 9 months ago

@russgreen can you share any project (.rvt) with this schema ?

russgreen commented 9 months ago

sent a sample file via we transfer to your gmail.

We transfer not downloaded so posting it here. https://wetransfer.com/downloads/a9dc99fb45f81d91caa71dc4450d68e120230907140856/89e563

Nice3point commented 7 months ago

@russgreen Can you send file again? Link is no longer valid

russgreen commented 7 months ago

rac_basic_sample_project_schemademo.zip

Revit 2022 sample attached.

Nice3point commented 7 months ago

@russgreen изображение Fixed