Re: How to dismiss popups when going into "EditFamily" from a project.
Okay, I figured out how to set the transaction: using (Transaction t = new Transaction(famDoc = doc.EditFamily( family ),"Open family")) { t.Start(); FailureHandlingOptions failOpt =...
View ArticleRe: BrowserOrganization.SortingParameterId
This answers the question (I got the 'elementid' -1005166, which corresponds with BuiltInParameter.PLAN_VIEW_LEVEL) Unfortunately this is only a part of the answer I need for my problem, but it appears...
View ArticleActivation Problem
Hi, I am using student version and having problem in activating my Revit 2014.I have encountered a problem pasting the activation code and then pops up a error message.
View ArticleRead/Write IFC files for iOS
Hi, I am developing iOS test app for IFC BIM model to read and write. But I am stuck in finding open source libraries and their documentation for API use. Finally I found some Open source library among...
View ArticleRe: Different Coordinate System for ReferenceIntersector?
Dear all, I think this post is lost in the queue before it could have it's share of attention. Can someone please come into this? , if you don't mind, can you have a look at the (main) post? Of...
View ArticleRe: Read/Write IFC files for iOS
Hi Yogisha, I see a few misunderstandings in your question-post. Revit api isn't an open source library. It is part of Autodesk Revit software, which is designed to offer programmatic access to a...
View ArticleRe: How To ReApply Type
Bump. I'm struggling with this as well. You could, of course, simulate the keyboard key combo for that command. But that's kind of sensitive due to multilingual and user customization reasons. The same...
View ArticleRe: Read/Write IFC files for iOS
Hi, Thanks for reply.. Can we use Revit for IFC viewer for iOS. If so, kindly help me how to go about it. If Revit library can be used for iOS then how to approach to get premium version.
View ArticleRe: Window Grid Custom Parameter Tutorials
Thanks Jeremy. I was only asking in this forum since it dealt with "customizing/programming". Thanks for your links! John
View ArticleRe: How to dismiss popups when going into "EditFamily" from a project.
Thats what I use for the wanrings: public class WarningSwallower : IFailuresPreprocessor { public FailureProcessingResult PreprocessFailures(FailuresAccessor a) { // inside event handler, get all...
View Articlewill Element.getTypeId() always return the same result for a given element type?
I'm guessing (and hoping) that this is the case but I can not find any documentation about what the type id actually is (forget my paranoia but my experience tells me not to trust variable names at all...
View ArticleRevit 2017 Signed Addins NOT Always Loading
We are about to deploy Revit 2017, but are having an issue with the new addin security. On every computer in our domain that we've tested Revit 2017, none of them are accepting the signed addins using...
View ArticleRe: Revit 2017 Signed Addins NOT Always Loading
There is a longer thread in this forum here which talks quite a bit about this subject: http://forums.autodesk.com/t5/revit-api-forum/code-signing-of-revit-addins/m-p/5981560/highlight/true#M13666 Near...
View ArticleGet Boundary Elements in RVT 16
I am trying to test out and learn more about the room/space and boundary classes for the Revit API. I tried debugging an example I found from Jeremy: Under the section: GetBoundarySegmentElement...
View ArticleRe: Wall: attach top/base, no API?
Hi Jeremy I am searching about the same feature in API Is it existing now or not yet ??? Thank you
View ArticleRe: Revit 2017 Signed Addins NOT Always Loading
Dear Troy, Thank you for your query, and many thanks to CoderBoy for his very complete answer. I hope that resolves the question for you. I have nothing to add. Except, maybe: If not, would you mind...
View ArticleRe: will Element.getTypeId() always return the same result for a given element t
Dear Martin, Of course you cannot trust any documentation or any variable names! Nor can you trust verbal advice given by others. I love the 68' saying 'trust no-one over 30'! I never do myself,...
View ArticleRe: Get Boundary Elements in RVT 16
You need to migrate the code to the new API. That is trivial. First time migration, including some reading of 'What's New' information: 20 minutes, maybe. Next time: less than five minutes. Have you...
View ArticleRe: My Elbow is retarded
The easiest way to handle this is to use as much of the Revit built-in functionality as possible. Two approaches: Place fittings and connect them. Revit automatically places pipes.Place pipes and...
View ArticleRe: Room vertical area for finishing
Does this help?public static bool PutRoomParameter(Document pDoc, Room pRoom, string pstrParameterName, string pstrParameterValue) { bool lblnSuccess = false; using (Transaction tr = new...
View Article