Quantcast
Channel: All Revit API Forum posts

Re: Revit Command Line Switches

Some command line switches that Ive used: /nosplash Suppresses the splash screen/min Starts the session minimised/max Starts the session ... maximised! 

View Article


Re: Revit Command Line Switches

Dear Callumf, Thank you for your additions! I appended them to the blog post list as well for future reference:...

View Article


Re: Floor geometry

Jeremy Tammik, The Building Coder has a great explanation of this and code samples here:http://thebuildingcoder.typepad.com/blog/2008/11/editing-a-floor-profile.html You should check it out.   

View Article

Re: Changing Cables Tray fittings

Nice picture... unrelated to the question, isn't it? Are you doing anything programmatically, or just using the standard Revit user interface? If you are not doing anything programmatically, please...

View Article

Re: Official Images of U.K Air Force F-16d Eagle with Decepticon Logo 2

Looks like a mis-posting or spam to me... 

View Article


Re: https://www.skincareadvisor.org/cellogica/

This appears to be spam; please ignore. 

View Article

Re: REINTALL REVIT AND MISSING FILES

Please note that this discussion forum is dedicated to programming Revit using the Revit API. Therefore, you cannot expect an answer to a question such as yours relating to installation, product usage...

View Article

Re: How to find orientation of a column?

Exactly. To be precise check out following code: FilteredElementCollector collector = new...

View Article


Re: How to find orientation of a column?

Hi:FamilyInstance.GetTransform() can return a Transform which stands for the transformation from Family coordinate system to .rvt project coordinate system.LocationPoint.Rotation is not always what you...

View Article


Re: Download Revit API

You may clone or download all Revit SDK from https://github.com/CodeCavePro/revit-sdk.Folder tree\master\lib\2020 contains RevitAPI.dll.  

View Article

Re: What is the purpose of a property appraisal in real estate?

Please note that this discussion forum is dedicated to programming Revit using the Revit API. Your post has nothing to do with this topic. 

View Article

Re: Best Laptop for gaming

Please note that this discussion forum is dedicated to programming Revit using the Revit API: https://thebuildingcoder.typepad.com/blog/about-the-author.html#2  

View Article

Re: Revit Command Line Switches

This is an old thread, but I wish there were switches -detach and -audit, to have Revit upgrade and check the file named in the commandline; e.g.   "C:\Program Files\Autodesk\Revit 2021>revit.exe...

View Article


Re: Revit Command Line Switches

You can probably achieve running the audit command automatically on thousands of models in many different ways. You might be able to use a journal file to drive the process. Maybe you can run the audit...

View Article

Re: Exterior house cleaning services

Hi, I would like to schedule an appointment to do my taxes

View Article


Re: How to create a dimension by according two reference planes?

Hi @2326751326, There was a similar question on this forum that addressed your concerns.Kindly have a look at the solutions...

View Article

Re: How to create a dimension by according two reference planes?

Hi. Of course, without an example of your code, it's hard to give advice. But I suspect that instead of Reference class objects you are adding ReferencePlane objects to ReferenceArray. You need to...

View Article


Re: Get Rebar Cover for All Faces.

Does anyone has any updates for this topic?

View Article

Re: Revit Command Line Switches

Help me please.Is there a switch that would allow loading a file with all working sets from the command line? Without setting up working sets. By default, a window appears with a choice of working...

View Article

Re: A Beginner's Guide to Starting and Growing in a Greenhouse

Hi Sorry, to say, this is the wrong place for the information you share. This is a discussion forum on programming with the Revit API.  

View Article