Re: Visibility Graphics Settings Dynamo
Rosalesduquej, The script provided was done in Ironpython inside of Dynamo. It uses the API to control Revit from Dynamo. What I posted was a working scrip written in the python node inside Dynamo.
View ArticleRe: Looking for a BIM solution
Can you tell me how to add non material cost to BIM of Revit ? Non material cost such as Labor , Subcontract, equipment... can not take off from drawing. Best Regards,
View ArticleRe: Exporting to DWF
Start a transaction. Create and set your print manager / setup. Then export the DWF. You have to set your print setup first. trans.Start() pMgr = thisdoc.PrintManager pMgr.PrintToFile = True Dim...
View ArticleRe: Find which families that are already loaded into a project?
Hi Jeremy, thanks for all the good stuff. Definitively interesting, and yes, for future projects we will surely give a look to the cloud stuff.However, at the moment i need to just create a proof of...
View ArticleWorkaround temporary dimensions
Hi!I know the API does not allow creating temporary dimensions; ...however, is there another way/workaround to graphically indicate e.g. the distance between Point X and the Point the user is about to...
View ArticleRe: Shared Coordinate System - Definition
Hi Jeremy, Did you get any response to : "and also passed on your question about retrieving the name of the file from which the coordinates have been acquired." - Dale
View ArticleCalculate the square meters / foot of a level
I was wondering how to calculate the square foot of a level. I'm toying around with Jeremy's http://thebuildingcoder.typepad.com/blog/2012/10/room-polygon-and-furniture-picker-in-svg.html and would...
View ArticleRe: Calculate the square meters / foot of a level
Looking into grouping the rooms to see if than the group has more info
View ArticleWhere to store project entity?
Where should I store an entity that contains information for the whole project? I was storing it on Document.ProjectInformation. I have discovered that using the "Transfer Project Standards" command...
View ArticleRe: Visibility Graphics Settings Dynamo
Hi, So like I said, this is not the right place to post it. Please refer to the link that will take you to the Dynamo forum where you can ask your question. Dynamo and revit API are 2 different API's....
View ArticleRe: Visibility Graphics Settings Dynamo
I am sorry. I was unawar that they weere two diferent API's.
View ArticleRe: create beam between two column
Well your code seems to be drawing a a beam to the coordinates 10,0,0You need to change that endpoint to match the face of the target column. Why do you want it to the face? You can use the...
View ArticleRe: Visibility Graphics Settings Dynamo
Hi, That is ok, it happens often good luck with your code. Talk to the Dynamo guys, they will put you in the right track. Cheers,
View ArticleRe: How to loade gif, swf or ideally mp as ribbon animation
Hi Nicklas, Sorry, not yet unfortunatley, let me keep checking if not I will reach out to my team for help on this. Cheers,
View ArticleRe: CreateAddInCommandBinding for Duct/Pipe Sizing command
Hi Anatoly, Thank you for forwarding me this information. I have a couple of requests for you. Could you share how did you guys solved your request? Was the information I provided about the...
View ArticleRe: CreateAddInCommandBinding for Duct/Pipe Sizing command
Hi Jaime, Duct/Pipe Sizing command raises UIControlledApplication.DialogBoxShowing Event. I put my code into the handler of this event. Thanks,Anatoly.
View ArticleRe: Room vertical area for finishing
So I am keeping looking solution to my problem. My research leads me to the This Blog : The building CoderCalculating gross and net areas...
View ArticleRe: AccessViolationException when exporting
Chingham, it is puzzling indeed. I have no idea how the process get from showing dialog to Autodesk windows command handlers. Also, all the threading and message dispatching is strange. What is even...
View ArticleRe: Accessing the schedule or BOQ via API
I wrote an entire sample add-in and blog post on accessing schedule data: http://thebuildingcoder.typepad.com/blog/2012/05/the-schedule-api-and-access-to-schedule-data.html
View ArticleRe: Find which families that are already loaded into a project?
Dear Marco, Thank you for your appreciation. I am glad the DevTV tutorial helped. I wrote an entire sample add-in and blog post on accessing schedule data:...
View Article