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

Load Family into family Editor, get bounding box or geometry, Rollback load.

I want to Load Family into family Editor, get bounding box or geometry, Rollback load. Is there method for doing this without resorting to placing an instance programatically and using the document...

View Article


Re: Custom Edit Mode

Dear Jeremy, Thank you for your detailed reply.  I look forward to API enhancement in this area. Yes i fully understand importance of prioritization on part of Autodesk developers. Just for the sake of...

View Article


Re: Custom Edit Mode

Dear Kinjal, Thank you for your update, appreciation and clarification. I added your notes and business case to the wish list item CF-2175 [API: enable 3rd party ribbon access when in Group Edit Mode...

View Article

Re: Check out the self-paced guide “My First Plug-in”

Hey ! After checking again it seems the problem come from Google Chrome which display :The Page You Requested Was Not Found The link works very well with Edge even if the redirect URL is the same....

View Article

Re: Making Better Flex with API

Dear Mhillis, Thank you for your update and congratulations on your progress. Yes, I think your assumption and suggestion for proceeding forward makes perfect sense. As I already asked in my first...

View Article


Document.Regenerate() not Regenerating Room in FamilyInstance

Is there a bug in the API which does not regenerate the Rooms in a FamilyInstance? When i have two Rooms, which overlap. We get a message that one Room is redundant etc etc. All fine. Now i run a Addin...

View Article

Image may be NSFW.
Clik here to view.

Re: Batch Plotting with Sheet Numbers as PDF File Names

"Is there a tutorial somewhere to make this work? What is the SDK? what is an API? Why do I need to be a programmer to leverage a few simple (and pretty standard) parameters to set a file name when I...

View Article

Image may be NSFW.
Clik here to view.

Column material bug?

Hi!I have this file. As I see on the GUI the column dont have material. But if I watch it through the API the column have material (the same as the floor).If I erase the floor (or move it away from the...

View Article


Delete All Drafting Views

Hello, I'd like some assistance in creating a C# AddIn (Revit 2016). It must delete all drafting views in the model. I appreciate any input, thanks!

View Article


TableView.GetCalculatedValueText and TableView.GetCalculatedValueName failing

Hello, I've already created a stackoverflow question for this, but I figured I'd cross-post here.  I'm using IronPython to create a basic script that accesses values in an active schedule, and having...

View Article

Re: Control checkbox in RibbonTab

Perhaps Jeremy if you see this you can explain if I have done the following correctly, because the method seems like a convoluted way to do what I was hoping to be simply have commands invoked off a...

View Article

Re: section lines

I guess not...

View Article

Re: Explode SAT/DWG after import

+1

View Article


Re: Delete All Drafting Views

Here you goCreate a macro module and paste this  public void DelAllDraftView() { Document doc = this.Document; List<ElementId> L = new FilteredElementCollector(doc)....

View Article

Re: Scope Box?

Any update for 2017?

View Article


Re: Making Better Flex with API

My guess touches on what is mentioned, the flex needs to follow a curve that is can actually follow ( and be renderable also), which is one where its surface does not intersect itself when it tries to...

View Article

How to convert the procedure of component legend in Revit to Revit API ?

Hi~ In Revit, the step of creating component legend is:Annotation> Component>Legend Component>Pick a Family> Place the component> Select View whennecessary But our project has over 300...

View Article


Re: Stacked Walls Revit 2014 Api

Hi Autodesk, In Revit 2017 there is still no API to break up a stacked wall. Could you file a request for Development to fill this gap in a future release? ThanksHarry

View Article

Duplicate Generic Wall and Change Width

I am trying to create a new instance of a Generic Wall Type so that I can keep all parameter settings of the original generic wall, but change the width.  My problem is the width for a wallType has no...

View Article

Re: How to convert the procedure of component legend in Revit to Revit API ?

I have never looked at this feature since Revit 2012, but back then you couldn't place a legend component throught the api. Our workaround was to for instance place a window component in front and top...

View Article
Browsing all 66664 articles
Browse latest View live