Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Show only
|
Search instead for
Did you mean:
This page has been translated for your convenience with an automatic translation service. This is not an official translation and may contain errors and inaccurate translations. Autodesk does not warrant, either expressly or implied, the accuracy, reliability or completeness of the information translated by the machine translation service and will not be liable for damages or losses caused by the trust placed in the translation service.Translate
Revit API should enable creating a calculated value field in a schedule and also provide means to access and modify it (e.g. read and change the formula, name etc.). Simple as that.
Okay so hear me out. With new categories in Revit 2021-2023 there are a ton of Schedules that need to be converted to the new categories. (MEP specifically) This is a massive task. I've written code to handle other FeildsTypes but without this API method I'm kind of stuck with we gained a feature (ex: Plumbing Equipment Category) but now have a large manual task (rebuild schedules that may calculate many values for engineering use cases) in front of us to utilize it. Shiny new car that I can only look at... 😐😓
I know I'm not the only one who's complained about how unbelievably long it takes to get these ideas implemented, but just out of interest, how many votes we need to achieve so this idea becomes a reality?
Sincewedon't have the ability to dothisthrough the API,whatif we get a pointer to thewindowwherewecreateitmanually,andtry to doitthroughlow-level interactionwith the window?
So at this time I have hit my "solution" its an interesting one but its still a work around. We built-in the Calculated Parameters in to the Schedules and uploaded them to Content Catalog. We then use the Combined and Calculated Parameters in a grouping of columns grouped as Hide For Plot. Then have users hide and unhide as needed.
This give us the ability to have "✔" or "NA" or "-" in cells based on yes/no or other parameters.
This is not ideal as its still work around and converting 200 Mechanical Schedules to Plumbing Equipment Schedules means recreating 200 x the number of adjustments via calculated parameters manually. (Used API to recreate all Parameters and Formatting outside of the Combined and Calculated parameters)
We hit the point where we are recreating tools or building tools to optimizer the work around with the API but it would still be nicer to be able to just generate calculated parameters.