My goal is to allow a user to control/edit some revit family parameters via a web browser. One one side is an input field where they can edit a parameter value. On the other side is the forge viewer which updates once they change a value from the default when the page is loaded.
Based on my review this does not seem possible.
Sources: https://forge.autodesk.com/en/docs/viewer/v6/reference/globals/PropertyDatabase/ - this is read only https://forge.autodesk.com/en/docs/viewer/v7/reference/Extensions/ModelBuilder/ allows you to add / remove a mesh, but I don't think you can modify family type or instance parameters, like how you do in Revit family.
I am looking for:
- Confirmation that the above goal is not possible
- Alternative options if not possible
- Feature request in the API so that it is possible