Re: Viewport Types referenced by Schedules?
Ok if I'm getting you right then this code shall help:#region Namespaces using System; using System.Text; using System.Linq; using System.Xml; using System.Reflection; using System.ComponentModel;...
View ArticleRe: How to remove an add-in from the "Always Load" whitelist
I beleive that the "White List" is not a list of apps but is actually the list of "Trusted Publishers" in your Certificate Store. When you click "Always Load," Revit installs the publisher's...
View ArticleRe: Code signing of Revit Addins
I looked at a programming solution for adding my publisher certificate to the Trusted Publishers store, as suggested in the ADN Dev Blog article, but I came up with a simple command line process, like...
View ArticleRe: A question about suppressing warning messages in Revit
Thanks Mustafa.Salaheldin.I used the above code,but there will be error: private void FaliureProcessor(object sender, FailuresProcessingEventArgs e) { bool hasFailure = false; FailuresAccessor fas =...
View ArticleRe: Revit crashes when I click the open file button in the opening screen
you may try this:https://knowledge.autodesk.com/support/revit-products/troubleshooting/caas/sfdcarticles/sfdcarticles/Crash-or-freeze-when-accessing-File-Open-or-Save-dialogs-within-Autodesk-Revit.html
View ArticleRe: External Event stuck as pending?
please try this: http://thebuildingcoder.typepad.com/blog/2013/12/triggering-immediate-external-event-execute.html
View ArticleRe: DocumentChanged - Walls Trigger
Thanks for the reply. Indeed I had an error. The e.GetModifiedElementIds() returns all sorts of objcts that are not necessarily modelling elements (system etc). I was attempting to return additional...
View ArticleRe: How to Set Line Pattern in Line Style
Yes, please add this! Has it been done yet? How many more years?
View ArticleHow to Assign line pattern to model line
Hi, I was able to create my linePattern. I can create the model line. I can assign a color to the line. How do I assign my LinePatternElement to my model line so it shows up dashed? public void...
View ArticleRe: A question about suppressing warning messages in Revit
Here is the cure for all your pain. The error occured because you are trying to delete an element which is already deleted, so I filtered the elements to be deleted list from duplicated ids then celete...
View ArticleRe: Revit crashes when I click the open file button in the opening screen
Hi Jim Jia,Thanks for your advice and for your email. I have actually already done this; the forums were my last resort. I will give it another go, though, just in case.
View ArticleRe: Roof by Face
do you have any ideas how to go about this? I've read a few of you post regarding roof creation but none of them addresses Roof by Face
View ArticleRe: Disable warnings
Hi, It's not for me but for Payalorna !I just say that your last solution is identical to the code I posted. It's not a new solution !
View ArticleGroup center point
Hi, I have a group whose group origin i have changed. Now How do I find the center point of the group. Thanks & RegardsSanjay Pandey(BIM[Revit] Developer)
View ArticleRe: Copy with base point
I have a group whose group origin i have changed. Now How do I find the center point of the group. because after changing the group origin to the top left the rotation of the group is not working...
View ArticleRe: Copy with base point
Hi, for the group's center point, why not get the bounding boxes of the members and then calculate it ? Revitalizer
View ArticleRe: How to get the relationship between a Line Style and a Line Pattern?
I have a similar problem. How can assign a line pattern to a line style in Revit via API? From what you said it is a limitation. There are several users out there on another post asking for the same...
View Article