Interior Elevations Code Examples w Repo!
Another resource that is updated providing insight to writing code looking at interior elevations. As always, .... not mine. 🙂 Just placing here for more people to learn. https://lm2.me/posts?dark=true...
View ArticleRe: Revit printing issues with HP T830
Probably memory or driver issues with the hp.I think the smaller size works because it uses less memory. - See if there's a newer driver for the HP (and maybe a driver type issue HPGL/2)- Lower...
View ArticleRe: Revit printing issues with HP T830
Thank you for the response! I'll give those a shot. And thank you for the direction on where to post this, like i said i know little to nothing about Revit other than how to install it, so I wasn't...
View ArticleRe: Highlight 100,000 nodes(XYZ coordinates) at once in Revit
Can you share the most important steps in getting it to work so far? What exactly did you achieve, and how? Thank you!
View ArticleRe: Highlight 100,000 nodes(XYZ coordinates) at once in Revit
https://github.com/jeremytammik/RevitSdkSamples/tree/master/SDK/Samples/PointCloudEngine/CSAbove link really helped us understand how PointCloud works, and we were able to create our own custom...
View ArticleRe: Highlight 100,000 nodes(XYZ coordinates) at once in Revit
I have another question. So, you mentioned that the ModelCurves are heavy weight. I also want to draw lines in my project. Right now, with ModelCurves it takes more than a minute to draw few hundreds...
View ArticleNumber of Gores in a Fabricated Elbow
I am writing an add in to export information out of MEP fittings. I get a collection of FabricationParts from picked objects and the FabricationConfiguration and have been able to retrieve most of the...
View ArticleRe: is there a way to check if single or multiple sheet(s) printing and/or expor
thanks Frank, you're right, it turned out that exporting event use same ViewSheetSet from PrinterManager as printing event, a bit misleading but it works, have a great weekend!
View ArticleRe: Failed to insert union - error
Hi: Try these links:https://thebuildingcoder.typepad.com/files/cp4108_rme_api.pdf elbow-fitting-selection-and-dimensioning.htmlusing-routing-preferences-to-select-and-place-a-tap.html...
View ArticleRe: Update Dockable Panel Content from External Event?
This afternoon I got a chance to try Mr. Chan's Revit.Async library in some production code and...I like it better than the event callback pattern I previously laid out. The intent of the code is...
View ArticleAllow users to select an accounting code value from a list
Hello there,I have a shared parameter of Text type, users type an accounting code manually in there but I would like to have a way to select the accounting code from a list ( this list of codes can be...
View ArticleAll Revit templates sudenly disappeared
Hello, I used to have all four templates installed from the begining. I dont know what I have done, but now I dont have any teplate at all. I cant also find any defaulte template files in my library...
View ArticleTraging cure is not visible in DYNAMO
Hello,I'm using dynamo on that I could not able to view traging curve, is there any option to view that in dynamo settings? Please let me know about that option.. here I attached document please find...
View ArticleRe: How to Export Data to Excel?
Even I also found this task of exporting data to Excel too difficult but until i haven’t performed it. But after searching a lot for the fixes I have found that it’s not that tough to export data to...
View ArticleRe: Highlight 100,000 nodes(XYZ coordinates) at once in Revit
Thank you for the explanation making use of the point cloud engine. What version of Revit are you working with? I was under the impression that the point cloud engine functionality in Revit is...
View ArticleRe: All Revit templates sudenly disappeared
Unfortunately, this is not the best place to ask such a question. Please note that this discussion forum is dedicated to programming Revit using the Revit API. Therefore, you cannot expect an answer to...
View ArticleRe: Traging cure is not visible in DYNAMO
You will probably have a better chance of getting an answer to this in the Dynamo forum: https://forum.dynamobim.com
View ArticleRe: Traging cure is not visible in DYNAMO
Hi . This happens when installing some packages or add-ons. Have you installed something new recently? Try removing packages in order to find which one is causing this error. After that you can try...
View ArticleRe: Highlight 100,000 nodes(XYZ coordinates) at once in Revit
We are using Revit 2019. It seems to be working fine. Right, I'll try putting bunch of points to make a line.
View Article