Re: Write custom metadata to a Revit project via API
Congratulations and thank you very much for the confirmation!
View ArticleToRoom/FromRoom python issue
hi,i am trying to access ToRoom / FromRoom using IronPython.(python shell)according to the api documentation i should get the room as result.unfortunately the result for froom in IronPython is "indexer...
View ArticleReorder Parameters
Hello, Does anyone have some example of ReorderParameters method? I want to use FamilyManager.ReorderParameters(IList parameters) to change the order of parameters in a Family document. It would be...
View ArticleRe: Determine central file type: file, server, our cloud
Dear Kudzuman, Thank you for your query. I was not aware of the Autodesk.Revit.DB.Document.IsModelInCloud property, nor do I see it in the Revit 2016 or 2017 API help. Are you sure that is not an...
View ArticleRe: ToRoom/FromRoom python issue
Dear Kop, Thank you for your query. I already looked at your identical question last night on StackOverflow:...
View ArticleRe: Create a view template
Dear Maxime, Thank you for your updates and suggestions, which I added to the wish list item CF-1509 [API wish: create view template -- 09693106, 11795199]. Best regards, Jeremy
View ArticleRead Only Parameter Exception
I made a code what turns on (enables) analytical models of walls, floors, beams and columns. Its worked very well on my test files. But i have got some older files from my collegue and i always get...
View ArticleRe: Read Only Parameter Exception
Hi, a parameter becomes read-only if it is driven by another one.For example, the user can define a key/value table in which a user parameter drives the "Comments" parameter.In this case, you cannot...
View ArticleRe: Explode SAT/DWG after import
Hi Jeremy,Any update on the request for API access to Explode? I am trying to get info on the text elements in the DWG which is not possible by analyzing the geometry of the un-exploded DWG.ThanksHarry
View ArticleDialog Boxen für Zusammenarbeit sind nicht(mehr) auf Deutsch übersetzt
Die ganzen Dialoge für die Zusammenarbeit in Revit 2017 sind nicht mehr in Deutscher Sprache vorhanden. In
View ArticleRe: Determine central file type: file, server, our cloud
Thanks Jeremy. I'll take a look at casting the derived classes. That may be my best bet. Everything else gives out data indicating a connection to Revit Server or not. It is the "or not" I am having...
View ArticleRe: Determine central file type: file, server, our cloud
Dear Kudzuman, Thank you for your update. Yes, exactly. Good idea. Everything you say and surmise is confirmed by the development team. I heard back from them already, and they say: IsModelInCloud was...
View ArticleRe: ToRoom/FromRoom python issue
jeremy, first thank you for your hint pertaining the inefficiency in my collector.secondly you are right, the problem is caused by the overloaded version.i just added the phase and retrieve the rooms...
View ArticleRe: Determine central file type: file, server, our cloud
The workaround works for me, although I didn't test it against a central file in a Revit Server environment as we don't use that.Here is the simple bit of code that tests the central file type: Public...
View ArticleRe: ToRoom/FromRoom python issue
Dear Kop, Thank you for your update, appreciation and confirmation. Wow, that was a very lucky strike! Very glad it helped and the problem is resolved. Thank you very much for sharing the working code....
View ArticleRe: Determine central file type: file, server, our cloud
Wonderful! Thank you for the confirmation and working sample!
View ArticleRe: Revit API Documentation Online
awesome job, just getting back from vacation my self. I will dig into this project looks like a real good start. Thanks for all the hard work and making it open source.
View ArticleRe: Making Better Flex with API
Jeremy, In my first post, the flex was horizontal to the duct it was actually suppose to connect to. Fortunately! I've been messing with this some more, thanks to your post here -...
View ArticleRe: Check out the self-paced guide “My First Plug-in”
Hi m.touchard, Which link are you having a problem? I just tried with this (which is the topic of this post), it works for me now. http://www.autodesk.com/myfirstrevitplugin Maybe there was a...
View Article