Get path of linked IFC files
Hi guys! I writing some code that is supposed everything that's linked to a specific Revit file. This should include RVTs, CADs, IFCs, Point Clouds and so on, but I'm having an issue. I'm using the...
View ArticleCreating Custom Family Libraries
I made a post a few months back wanting to know how to link my estimation software to Revit. While I got no response, I continued reading up on Revit further. I've come to the decision that creating...
View ArticleRe: Revit crashes when second document is created/opened and DockableDialog is u
Dear Preston Smith, I am sorry to say that I can reproduce the same issue(my revit version: 20180216_1515(x64) 19.0.0.405).I submitted the issue list item REVIT-144979 [Dockable Pane causes crash when...
View ArticleRe: Roof join never works
Thank you for your query.In general, we discuss pure Revit API related issues here in this forum.You will probably obtain more fruitful answers on those issues in the Revit product discussion...
View ArticleRe: Display Error (in Revit 2018 only) when new Thread is called
Thanks for recepagah12's sharing! You may refine and delay the tread implementation by using Revit external event, this should be safer.Please refer to page on more...
View ArticleRe: Get path of linked IFC files
This is by-design feature of Revit, please refer to product documentation on details:http://help.autodesk.com/view/RVT/2018/ENU/?guid=GUID-DE8B322A-A507-4E03-93EC-AA21F354E43B The software uses the IFC...
View ArticleHow to judge FamilySymbol is invalid after the Document closed?
The workflow are like below:1.Load FamilySymbol to a static dictionary by symbol name2.Close the project3.Open the project again, then the FamilySymbols in the static dictionary can't use any more, if...
View ArticleADSK_ШаблонПроекта_ОВиВК_r2017_v1.1
Где можно скачать семейства для данного шаблона? ссылка указанная на странице шаблона не работает
View ArticleBinding Maps
Hello,Is there any way to get a list of all parameters applied to two categories?Maybe using binding maps, but I can't figure it out.Thank you
View ArticleRe: Binding Maps
Hi ,Try to use ParameterFilterUtilitiesList<ElementId> catList = new List<ElementId>(); catList.Add(doc.Settings.Categories.get_Item(BuiltInCategory.OST_Windows).Id);...
View ArticleRe: Revit crashes when second document is created/opened and DockableDialog is u
Hi - I was able to resolve this on my own by replacing the WPF Browser Control with CEF Sharp's browser.
View ArticleRe: Issue in ExternalEvent
Dear Friend, From your description, I think that:1. if always fail, might be code issue, you could debug and check codes;2. if sometimes, might be Revit issue. You could post your Raise function on...
View ArticleRe: Roof join never works
What the hell is API? it clearly says at the top that I am in Revit Products.
View ArticleRe: New Extrusion in New Conceptual Mass Family Document
Hey All, First message may have been a bit much. I've actually made progress. Created a surface using NewFormByCap and now I looking to divide the surface. I cannot find the NewDivideSurface method...
View ArticleRe: External Service API - custom PlumbingFixtureFlowServer calcs in Revit 2017
Dear Jared, Thank you for your sample material and description. I logged the issue REVIT-144990 [custom PipePlumbingFixtureFlowService works in Revit 2016 and not in 2017 or later -- 15134269] with our...
View ArticleDivideParts on direct shape element
Hi all, I created a direct shape element for building a bridge model. I want to divide the element into several parts using PartUtils.DivideParts for construction modeling. However my code failed...
View ArticleRe: Creating Materials With Appearance asset
So it sounds like you wouldn't be able to do this in a project with no materials. You would need at least one material that has had its AppearanceAssetElement activated in order to duplicate it. This...
View ArticleRe: PolymeshTopology UVs
Here is a more detailed example: I created a simple wall in Revit and added a simple wall material to it: The Texture is a 219*256 png: Here is the UV values that I get when exporting the model using...
View ArticleRe: SDK UIAPI Drag and Drop Stopped working
Hi again Jeremy, It appeared that your guidance had been there all along and have finally been able to figure out the change in behavior. I've also followed some of the articles posted about prompt...
View ArticlePick a face in document, pick same face in familydocument - how?
Hi everyone!I have searched the Internet for information but didn't found what I needed. That's what bring me here.I'm trying to create an addin where I need to pick a face in a family through the...
View Article