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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: Official Images of U.K Air Force F-16d Eagle with Decepticon Logo 2
Looks like a mis-posting or spam to me...
View ArticleRe: 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 ArticleRe: How to find orientation of a column?
Exactly. To be precise check out following code: FilteredElementCollector collector = new...
View ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: Exterior house cleaning services
Hi, I would like to schedule an appointment to do my taxes
View ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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