Dockable Pane causes crash when editing family
I'm building a plugin to Revit that has a Dockable Pane. The plugin causes Revit to crash if the user attempts to open a second project/family in the same session. It seems similar to this post:...
View ArticleRe: Dockable Pane causes crash when editing family
Based on my review of the other poster's research, I checked and this is indeed caused by the WebBrowser element. Will research further to see if there's more than can be done to mitigate the issue.
View ArticleRe: Revit crashes when second document is created/opened and DockableDialog is u
Hi - I'm noticing that I'm going through the same issue as you. Were you able to resolve this ?
View ArticleRe: External Service API - custom PlumbingFixtureFlowServer calcs in Revit 2017
Hi Jeremy many thanks for the response. I have attached a zip file with hopefully all they require (source code, description doc as below, sample model) Minimum test case Description.I am trying to...
View ArticleRe: Dockable Pane causes crash when editing family
I resolved this by replacing the typical WPF web browser element with the CefSharp browser. Not sure why the underlying WPF browser failed
View ArticleRe: Revit crashes when second document is created/opened and DockableDialog is u
Resolved this by replacing the WPF browser control with CEFSharp.
View ArticleRe: add in file saving
Dear Friend, There are five paths which save addin files, we usually use two of them:C:\ProgramData\Autodesk\Revit\Addins\201X\ C:\Users\[user]\AppData\Roaming\Autodesk\Revit\Addins\201X\maybe...
View ArticleRe: Structural analysis toolkit, application results to view showing wrong units
Hello Jeremy,You're welcome,hopefully this could be fixed.Greetings, Jaroslav.
View ArticleRe: Issue in ExternalEvent
Dear Friend, In my previous tests, raise external event frequently may not change elements or doc successfully. Best RegardsFrank LiangTJAD BIM Software Dev Lead
View ArticleRe: Issue in ExternalEvent
Hi Frank, Thank you for replying. There might be some cases which lead problems.In my case, I do not really raise it frequently. When I select something on a 3D view or after I execute synchronize to...
View ArticleRoof join never works
I am so irritated that when I try to join 2 roofs, sometimes it works, and sometimes it does not work. There is nothing different that I am doing, all the eaves are the same, the elevation of the roofs...
View Articlemy first addin problem
hello guys,i tried to make my first add-in so i did every thing here https://knowledge.autodesk.com/support/revit-products/learn-explore/caas/simplecontent/content/lesson-1-the-basic-plug.html but the...
View ArticleRe: SDK UIAPI Drag and Drop Stopped working
Hi Jeremy, I'm not very good with programming and have been trying to fix the issues, but still have not had any luck with catching the exception. It would really be great and appreciated if you can...
View ArticleRe: Merge Surface In Revit API
Thanks James,I didn't know about PostableCommand, I am going to try it.
View ArticleRe: PolymeshTopology UVs
Hi Jim, Yeah absolutely, I am attaching two images, one that's from my rendering, and the other one directly from Revit. They should ideally look similar, but as you can see the UV mapping on the...
View ArticleRe: DIMENSION IN ELEVATION VIEW OR SECTION VIEW
I found the solution https://forums.autodesk.com/t5/revit-api-forum/level-reference/td-p/7932521
View ArticleRe: store some data in a [windows] form with some properties specific to an elem
Thank you for taking the time.I was not aware of extensible data. I read about it and I think that is exactly what I am looking for.
View ArticleRe: my first addin problem
Hi Just follow the following steps1.In visual Studio,write your code.2.Build the solution3.After building the solution,you will get your .dll file in your LAB1PLACEGROUP folder.4.open Notepad5.Create...
View ArticleRe: How to fire circle command in revit.
Hi ,As i told before there is no direct method to fire circle command directly.My suggestion is1)Get the center point for circle using XYZ CP = uidoc.Selection.PickPoint(ObjectSnapTypes.None,"Center...
View ArticleHow to get dimensions of sketch in a 3D document
Hi i have a 3D profile and can anyone explain how to traverse to sketch profile and get the dimensions of the sketch without selecting the sketch.. Thanks & RegardsNiranjan
View Article