Export images of all my doors
Hi all, I would like to be able to create automatically an image of all my doors and export it somewhere.The UI does not support this (the Export\Images and Animations\Images tools do not provide the...
View ArticleRoombook Areabook Buildingbook for Autodesk Revit 2019
Roombook Extension isn't installing the necessary files and not placing the paths in REVIT. Help?!!! There's no information provided on the developer so I'm posting here.
View ArticleRe: Issue in ExternalEvent
Hi Frank, Thank you.I start to think it is a Revit problem since somebody tells me it is never failed on Revit 2018.0, but it is sometimes failed on other versions.I built a demo to simulate the...
View ArticleRe: Creating Custom Family Libraries
Dear Benoit,Please accept my many thanks and sincere gratitude for your long and elaborate reply. However, maybe I wasn’t clear in my post, so let me explain again, this time in simple words. My...
View ArticleRe: Issue API - How to Change Fitting Diameter
are you sure you use right units? Remember that every thing is in feet.
View ArticleSetting parameters/calling an 3rd party Addin from my custom Addin through API 2
Hello there, I'm trying to call an Addin from my own Addin. I followed the post here https://thebuildingcoder.typepad.com/blog/2013/10/programmatic-custom-add-in-external-command-launch.html and I...
View ArticleRe: Issue API - How to Change Fitting Diameter
I know the unit is feet. (1 = 609.600 mm) This is my macro code, but is only works when I put the Radius to 1, 2, 3 etc. /* * Created by SharpDevelop. * User: ricau * Date: 13/03/2019 * Time: 11:14 *...
View ArticleRe: Creating Custom Family Libraries
Funny... it reminds me of the quotation of Pagnol (the translation is from me) :"Everybody knew it was impossible. There came one guy who did not know it and did it."Except here it is the contrary :...
View ArticleAnyone else ever see a Schema become corrupt?
I have a Revit add-in that stores data using Extensible Storage. For the vast majority of my customers, everything has worked great. I have one model where the Schema has become corrupt. When I run...
View ArticleRe: Anyone else ever see a Schema become corrupt?
Hi!Perhaps, the problem is with data, stored in the Entity. Extensible storage hates null values, especially in complex fields (arrays, dictionaries, Entity / IList<Entity>)
View Articlewhy does get_Geometry() often contains a null Solid?
I often use the get_Geometry(DB.Options) function, and often it results a GeometryElement that contains one GeometryInstance, that contains a list of things, the first one of which is a DB.Solid with...
View ArticleCreate a view camera or 3d view with boundering
Hi! I am a new user in the api of revitI am trying to create a image of a room to insert this in a sheetAt the beggining I star with boundering to obtain a 3dView but I didn't get a good perspective...
View ArticleRe: Create a view camera or 3d view with boundering
Hi!Try this code:public static View Create3DView(Room room) { var document = room.Document; using (var transaction = new Transaction(document, "create 3d view")) { transaction.Start(); var view =...
View ArticleRe: Create a view camera or 3d view with boundering
Thanks so much! this works very well!!!
View ArticleRe: Roombook Areabook Buildingbook for Autodesk Revit 2019
This forum only for Revit API programming questions.Please ask this question in Revit Architecture Forum. Have a good day.
View ArticleRe: MEP example needed ... create pipe segment
Hi Jeremy, Is there a way to create pipe segments using mouse clicks rather than the hard coded XYZ values? Thanks,AJ
View ArticleRe: MEP example needed ... create pipe segment
You can prompt the user to select a point and use it as XYZ input. XYZ point = uidoc.Selection.PickPoint("Pick a pipe segment location"); I hope this helps,Recep.
View ArticleRe: ADSK_ШаблонПроекта_ОВиВК_r2017_v1.1
This forum is only for Revit API related questions. Please use Revit Product Forum for this question Этот форум предназначен только для вопросов, связанных с Revit API.Пожалуйста, используйте Revit...
View ArticleRe: Setting parameters/calling an 3rd party Addin from my custom Addin through A
I am not hundred percent sure but if your method(s) implement the External Event Handler class, I believe you can call and raise the event. I think there is no restriction for your mentions(setting...
View ArticleHow to get the extents when exporting an image from a view using C# API?
Using this posthttps://forums.autodesk.com/t5/revit-api-forum/how-to-export-an-image-from-a-specific-view-using-revit-api-c/m-p/5457965I'm able to create PNG images and store them in the local file...
View Article