Skip to content
This repository has been archived by the owner on May 8, 2019. It is now read-only.

Saving clients/streams into the revit file. #10

Open
fraguada opened this issue Mar 6, 2018 · 3 comments
Open

Saving clients/streams into the revit file. #10

fraguada opened this issue Mar 6, 2018 · 3 comments
Labels
help wanted Extra attention is needed
Milestone

Comments

@fraguada
Copy link
Contributor

fraguada commented Mar 6, 2018

Is there such a thing as user data for a rvt file? How to save client senders and receivers in a revit file like we do in SpeckleRhino?

@fraguada fraguada added the help wanted Extra attention is needed label Mar 6, 2018
@fraguada fraguada added this to the 0.5.0 milestone Mar 6, 2018
@radumg
Copy link

radumg commented Mar 6, 2018

You use something called ExtensibleStorage which allows arbitrary data to be stored/retrieved in a Revit file. ES offers control over who can see/access that data too.

Most commonly, you store serialised JSON as a string and deserialise on retrieval.

@radumg
Copy link

radumg commented Mar 6, 2018

I might have some utils i've written on my projects that i can donate for this :)

@Eckart-S
Copy link

Doesn't Revit display a warning message if ExtensibleStorage data is found in a file and that specific plugin is not installed?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants