Re: Automatically Cut Walls if Clashes with Beam From Linked Revit
Hi! I know this is an old topic, but I can't figure out why some elements (primarily structual one) are being cut when it intersects with a wall. I've already tried to uncheck the "void" tick box in...
View ArticleRe: DatumPlane SetCurve problems
Dear bosborne, is it possible to provide a rvt file with code example to help us to reproduce your problem? thanks
View ArticleRe: Remove or Hide a Ribbon Tab
Hey Jaime, eN27 provided the answer first, don't forget ;-) Rudi
View ArticleRe: view export problems
Dear Andres,I could not reproduce your problem, as all the exported format is .png from my experiment.would you please provide a sample rvt file? I think it is rvt file specific.BTW: before export a...
View ArticleRe: Perspective view target point
Hi Jaime,Thanks for your response.We are trying to read the revit 3D view (in this context viz. perspective) for our visualization need. For this we need to understand how revit represents the...
View ArticleRe: Duct Width or diameter if else
if (connector.Shape == ConnectorProfileType.Round) { } else { }
View ArticleRe: Duct Width or diameter if else
Hi, Aaron replied before me !! He is right ! Your problem, isn't a Revit's API problem but a langage problem. Look this : https://msdn.microsoft.com/en-us/library/6a71f45d.aspx
View ArticleRe: Problem finding and accessing beam parameters
Hi, In a family, can add parameters and when you create them, you must choose if it's a Type or an Instance.If it'an Instance, you can go like this:FamilyInstance famInst = elemnt as FamilyInstance;...
View ArticleProblema na instalação do Revit 2015
Após o início da instalação do Revit 2015 surge uma mensagem dizendo que os requisitos do sistema não são suficientes e pede que eu verifique as configurações mínimas para instalação do software....
View ArticleElement ID / GUID on hover overlay?
When you hover an item in Revit it gives you the information about its family name. Is it possible to add an option via api/plugin that when you hover over the element it shows the ID / GUID?
View ArticleRe: Problema na instalação do Revit 2015
Hi, cannot help you because I don't speak Portuguese.Forum language is English. Revitalizer
View ArticleRe: Problema na instalação do Revit 2015
Sorry! I don't pay attention for this, I new in community.Searching I already solve problem, was missing SP1.Thanks!NOTE: Sorry if English isn't good.
View ArticleUpdaters and Workshaing
As we have previously discussed, Updaters are not called in response to reload latest. However, I'm experiencing that the registered deletion updater is in fact being called just after RL. The...
View ArticleIssues with Gridlines on documentation drawings in Revit
Hi guys, I'm a technical specialist working closely with customers and would appreciate to hear your opinion about some issues we currently have with gridlines in Revit. Please note I'm an architect...
View ArticleSweep
Hello, I am creating a family, which is a sweep, by edit an empty family that I created by a structural framing family template. It is all working in the family editor, but when I use this family in a...
View ArticleRe: Perspective view target point
Hi Sunil, I raised your question to the engineers and here is what they respond. "The View class exposes several properties that should help. The Origin and ViewDirection are expoed as separate...
View ArticleVisibility Graphics Settings Dynamo
Hello all, I am trying to retrieve category settings from the visibility graphics menu for dynamo. (Line weight, pattern, Fill pattern, ex...) I have managed to get all the settings using the code...
View ArticleSEHException on CheckoutElements?
Why might WorksharingUtils.CheckOutElements() throw System.Runtime.InteropServices.SEHException: {"External component has thrown an exception."} I think this has something to do with going back and...
View ArticleRe: SEHException on CheckoutElements?
Update:Calling Checkout Elements seems to be throwing this if the element no longer exists in the model.
View ArticleRe: SEHException on CheckoutElements?
Update 2: put in a check to see that I can get the element from the model prior to attempting to check it out and the element does actually still exist in the model.I'm going to work on putting...
View Article