Re: Try to Create a Callout for Area plan ViewType
Did you figure this out? I'm also running into the same error. @jeremy_tammik Yes this is possible in the UI. In an area plan, use View > Callout, pick two points. A new area plan view is...
View ArticleRe: Try to Create a Callout for Area plan ViewType
Btw, if you use this version for Rooms in a floor plan, it works fine:public void RoomPlanCallout() { UIDocument uidoc = this.ActiveUIDocument; Document doc = uidoc.Document; // Select rooms in UI then...
View ArticleRe: Automating Entire Copy/Monitor Process in Revit API
Funny how I get here just a few days after this subject was raised. Conincidences.Long story is that I have en engineering team that made several large MEP models for a large building(one model for...
View ArticleCustom Brick and Stone Pattern
Does anyone know an easy why to make a brick and stone pattern for a house exterior wall? My client wants that house to be all brick with stone fades on the corners and random stones in the brick. I...
View ArticleRe: Guide Grid API access Create
Isn’t GuideGrids different from Grids? Am I missing something? I searched the SDK but still no success. That’s why I turned to forum. Anyways thanks.
View ArticleDraw geometry on Top in 3D
Hello,I am using direct context 3D to draw marking rectangle on view, my requirement is marking rectangle should be on top. On 2D view I could get it on top by using projecting point on view plane but...
View ArticleRe: Custom Brick and Stone Pattern
Afaict from your query and screen snapshot, you are not doing anything programmatically yourself using the Revit API, just using the standard Revit user interface. In that case, unfortunately, this is...
View ArticleRe: Issue with Survey Course at Autodesk Traning Evaluation System
Oh dear. Sorry to hear that. Unfortunately, this is absolutely not the right place to raise this issue. I cannot even suggest the proper place. This forum is dedicated to programming using the Revit...
View ArticleRe: Guide Grid API access Create
Oh Interesting. I asked Gemini for you, and it replies: Jeremy: in a Revit BIM model, what is the difference between a grid and a guide grid, please? Gemini: In a Revit BIM model, grids and guide grids...
View ArticleRe: Draw geometry on Top in 3D
How about calculating a 3D bounding box for the entire model and determining its extents along the view direction axis?
View ArticleRe: How to update the parameters that stores value from key schedule?
What you have going on in that Key Schedule shouldn't even be possible.A Key Schedule has a key that a user would select (from a list of all of the entries that you add to the Key Schedule), then it...
View Articlesuddenly cant start using 2024
hello everyonetoday i opened revit 2024 like everyday and i've got this errors without let me even open worksharing model.i make clean uninstall without success. i've attached the message and the...
View ArticleException thrown when creating a CurveLoop from Autocad Polyline
Hi! I am trying to create floors from linked DWG. I have those floors' contours drawn with polylines in AutoCAD. I've created this method, generating a dictionary with all the rooms' CurveLoops:...
View ArticleRe: Exception thrown when creating a CurveLoop from Autocad Polyline
I would suggest that you log the points that you feed in to the method and analyse them in more detail. Yes, of course they may coincide. You could also log the distance between each consecutive point...
View ArticleRe: suddenly cant start using 2024
Sorry to say we cannot provide much help here in this forum. Please note that this discussion forum is dedicated to programming Revit using the Revit API. Your question is more product support...
View ArticleCopy monitor Api for linked models
Hi everyone,I've been searching for an API to perform the Copy Monitor process for a selected wall in Revit but haven't been able to find the right solution. Can anyone help me with this?Specifically,...
View ArticleRe: You can parse .rvt files
Hey! Nice to see some interest in my weekend project 😁 I didn't add support for Revit 2015 yet, but I hope it is identical to 2016 and therefore extremely easy to add. Regarding confidential files: The...
View ArticleImport .obj to rfa
Hi, I've been trying to load an obj file into a family document but keep getting an error:The error doesn't specify anything else when expanded.I've used a couple other softwares to check if there was...
View ArticleRe: change viewport type via API
For future reference, you may want to take a look at pyRevit's "Wipe Unpurgable Viewport Types.pushbutton" which might provide you some guidance...
View ArticleRe: change viewport type via API
I think those are two different things, but I have tried for quite some time to remove the "Viewport" text reference from this collector, but still the only way I am aware of, but I use it with a...
View Article