Quantcast
Channel: All Revit API Forum posts
Browsing all 66667 articles
Browse latest View live

Re: How to get text of clicking button?

Ok, I will try It and will show the solution. Thank you for direction. I'm speaking english bad and I hope you will understand me : ) P.S.: I'm do that:  Imports adWin = Autodesk.Windows (VB.NET)I will...

View Article


Getting the last element placed in a model

Is there an easy way to get the last element that was placed in the model?For example, when I get this dreaded message: None of the created elements are visible in Floor Plan: 1 - Power View. You may...

View Article


How to set up a trial period on custom addin?

Hi Community, I have a IExternalApplication addin that i want to set a trial period on it and sell on Autodesk Appstore. The first question is where should i store the Trial period information?I have...

View Article

Re: Viewsheet by name

Hi How about this: Element el = new FilteredElementCollector(m_mainData.CommandData.Application.ActiveUIDocument.Document).OfClass(typeof(ViewSheet)).Cast<ViewSheet>().FirstOrDefault(q =>...

View Article

create beam between two column

I am creating a addin which draw beam between two column. Firstly find all column which is in the active view,then find the min max value of the column in bounding box and then draw beam between...

View Article


Re: How to set up a trial period on custom addin?

I am checking with the appstore and entitlement team for you... hold on. Cheers, Jeremy

View Article

Looking for a BIM solution

Dear All, I'm a IT manager for a construction company a I'm looking for a BIM solution. My company is using Autodesk Revit for designing. Now we plan to implement an ERP system. I found that Autodesk...

View Article

Re: Help me with extracting data for specific parameters from BIM

Hi Jeremy, Thank you again for your kind help. I was searching in your blog and just found a post about "Exporting Parameter Data to Excel, and Re-importing"....

View Article


Re: Looking for a BIM solution

1.  Revit can make Bill of Quantities using Revit Schedules.  They are tables which autopopulate based on the modeled information.2.  It depends on what your ERP system can import.  Revit can export...

View Article


Re: Help me with extracting data for specific parameters from BIM

Hi, if you don't have any programming experience, then Dynamo may be the tool of your choice.It's visual programming, and it can connect Excel files for import/export purposes. As far as I can see, in...

View Article

Re: How to set up a trial period on custom addin?

Good news! I received a reply, two, in fact, and published the full explanation on The Building Coder:...

View Article

Re: AccessViolationException when exporting

Nobody has this problem too ?

View Article

Re: Visibility Graphics Settings Dynamo

Hi Shashen,  Sorry for the delay, What language are you using to code this? It does not seem like C#, or VB which are the ones supported by the Revit API. Now, In case you are can you please send me a...

View Article


Re: Revit Database Optimisation

Dear Dale, Thank you for your interesting suggestion. I have not done much in this area, not often dealing with large models. I therefore have little to contribute except my interest and moral support....

View Article

Re: Calling PrintManager.SubmitPrint() outside ExternalCommand crashes Revit

You are making a call to the Revit API from a context that is not a valid Revit API context. You can only call the Revit API from within a Revit event handler such as an external command Execute or an...

View Article


Re: Visibility Graphics Settings Dynamo

Hi, While I keep researching about it, have you checked out this links...

View Article

Re: API Constraint management

Dear José, Thank you for your update. Yes, indeed, I do have a reaction from the development team. They took a look at the issue I raised for you, REVIT-86315 [API versus manual difference defining...

View Article


Re: create beam between two column

1. determine the beam family symbol only once, i.e. take that filtered element collector out of the loop.2. find the two columns that you want to use.3. draw the beam between them.

View Article

Re: Problem migrating REST API script from Revit Server 2015 to Revit Server 201

I am patiently waiting, but still hoping the development team will respond to you soon. Thanks, Ted

View Article

Image may be NSFW.
Clik here to view.

Re: Help me with extracting data for specific parameters from BIM

Hi sbnseyed2, You may try software that has already been developed.  I use "Ideate BIMLink" to export Revit parameters to excel.  We do some calcuations then bring them back in Revit....

View Article
Browsing all 66667 articles
Browse latest View live