Re: Unable to Get "Structural Trusses" from the categories, but shows
Looks like "Balusters" also cannot be retrieved by get_Item in the categories, but it shows up in the watches.
View ArticleRe: Warning Information
Dear Dale, Thank you for your update. I raised the priority of the wish list item CF-2116 [API ability to retrieve Revit Warnings like Manage tab--Inquiry pane--Warnings] for you and prompted the...
View ArticleRe: Create installer for Revit application
Dear Juan, Have you talked at all yet with the AppStore team? In general, they are very helpful and efficient. They are probably able to help you best, including creating an initial MSI for testing...
View ArticleRe: Automatic space creation problem
So I looked into this problem a little more last night because it intrigued me. I didn't come up with a perfect solution but this could potentially work: 1. Use PlanTopology pt = new...
View ArticleBrowserOrganization.SortingParameterId
This method returns and ElementId, but the integer value is negative and Document.GetElement refuses to touch it. According to the description BrowserOrganization.SortingParameterId returns the Id of...
View ArticleRe: Warning Information
Dear Dale, Thank you for your patience. The development team respond on the status of the wish list item CF-2116 [API ability to retrieve Revit Warnings like Manage tab--Inquiry pane--Warnings]: We are...
View ArticleRe: Revit 2015: SetCropRegionShape of Reference Callout
Hi Anthony, Does not look like this was logged last year. Since this May, we have introduced Revit Idea Station in the effort to better track customers' wishes, to make it visible to all of us and...
View ArticleRe: BrowserOrganization.SortingParameterId
Afaik, built-in parameter enumeration values are negative constants and are sometimes (mis-) used as pseudo element ids. Have you checked whether the negative integer value corresponds with a built-in...
View ArticleRe: TableView.GetCalculatedValueText and TableView.GetCalculatedValueName failin
Hey Jeremy, In fact, that's what I've wound up doing instead -- I mainly wanted to prepare for situations where the first row doesn't contain this property, or where the row is hidden, etc. -- and this...
View ArticleRe: TableView.GetCalculatedValueText and TableView.GetCalculatedValueName failin
Dear Johny,Thank you for your appreciation. My pleasure entirely. Good luck and have fun with your further exploration of the Revit API! Cheers,Jeremy
View ArticleRe: Placing multiple structural opening cuts causes error
Hey all, I decided to create an example command to further illustrate what I am trying to accomplish and the issues arising: namespace AutodeskCommunityFormHelpExample { using System; using...
View ArticleRe: view filter
Maybe to illustrate a bit. This is what I would like to do. Any ideas, whats wrong with the code? regardsChristian
View ArticleRoom Boundary Intersection
Hi RVT Community, In a nutshell, I am trying find the intersection points between a clearance footprint and the interior bounding room outline. While I am aware Dynamo may be useful for this, I am...
View ArticleRamp Type? Where do I find it?
I'm looking for the Ramp Type declaration. I can't find it in Autodesk.Revit.DB.Architecture, Autodesk.Revit.DB.MEPSystem, Autodesk.Revit.DB.Mechanical, and so on. It must be in a different...
View ArticleRe: view filter
I got it: ElementId paramId_base = new ElementId(BuiltInParameter.SCHEDULE_BASE_LEVEL_PARAM); ElementId paramId_top = new ElementId(BuiltInParameter.SCHEDULE_TOP_LEVEL_PARAM);and its not...
View ArticleRe: Ramp Type? Where do I find it?
Dear Genscripter, Always the same procedure: Create a ramp manually.Explore its type using RevitLookup. What class does it have? Maybe it is a FloorType? Search for that class in the Revit API help...
View ArticleRe: sdd a mullion to a corner in curtain wall via API c#
Dear Bruno, Thank you for your patience with this. I am sorry to say that there is currently no API access to this functionality. We have an existing wish list item REVIT-83927 [[Curtain Wall] Adding a...
View ArticleRe: How to create custom .BuiltInFailures handling method
Dear Pat, Thank you for your query. Congratulations on implementing what you already have. That sounds quite impressive. I cannot say much more than agree with the direction you suggest, checking the...
View ArticleRe: sdd a mullion to a corner in curtain wall via API c#
Dear Jeremy, thank you for your response. For us this project is very important and we want to finish it as soon as possible. While we wait an answer from development team, we need a solution. Do you...
View Article