Re: RationalBSplineSurface Issue of Exporting IFC4DTV through Revit API
Dear Gene, Thank you for your detailed report and analysis. I passed it on to the development team for further exploration. They will almost certainly ask for a full reproducible case:...
View ArticleRe: DockableFrameFocusChanged
I atteched a copy of the SDK example "DochableDialogs". The only difference is in file ExternalCommandRegisterPage.cs, 53:...
View ArticleRe: DockableFrameFocusChanged
Hola Jose Manuel, Thank you for providing a reproducible case! Sorry, I did not recognise you until I raised an ADN issue 12365932 [DockableFrameFocusChanged] for you from this thread and noticed you...
View ArticleHow to Retrieve the Coordinates for the wall Openings
I would like to retrieve the coordinates (points) of a door which resides in a wall. I am getting the openings as below. Also, I am having the width. How can I find out the end point of the opening....
View ArticleRe: How to Retrieve the Coordinates for the wall Openings
Hi ,That seems to be the approach. A quick search on theBuildingCoder turns up this:http://thebuildingcoder.typepad.com/blog/2015/12/wall-opening-profiles-and-happy-holidays.html While there are a lot...
View ArticleRe: PDFSharp compatibility?
Hi, I am unsure of what you are trying to achieve...If you want to print drawing to pdf you need to use a installed PDF-printer such as Adobe PDF or CutePDF and then print.Here is an...
View ArticleRe: Material reference
okay, but is there any other way to get to the material locations ?I made a tool to fix missing links and it works perfect for keynotes, assembly codes ect. but not for custom loaded materials.
View ArticleRe: Code signing of Revit Addins
I get all of this however I still have to click "Always Load" for almost all of my add-ins daily, including ones from Autodesk. Is there a file somewhere that is supposed to record that I want to...
View ArticleRe: RationalBSplineSurface Issue of Exporting IFC4DTV through Revit API
Dear Jeremy, Thank you so much for your fast and helpful response! Files for the reproducible case are in the attachment, Folder contains: 1. Revit_IFC_Export_API_Test: this is the VS solution file....
View ArticleRe: Code signing of Revit Addins
You need to create your own signature. Roll your own. You'll always get the dialog if the add-in is unsigned, that's kinda the point. That said, I think the 'always load' label is misleading.I think...
View ArticleRe: Code signing of Revit Addins
This whole thing is so silly. I mean its a Revit addin we are talking about here, not an attempt by Anonymous to destroy everything Revit in architectural firms all over the globe. I feel better now...
View ArticleRe: Code signing of Revit Addins
I hear you. It is what it is.See what happened to AutoCAD with LISP viruses though?While they make a bit of sense in Revit 2017, this signing will be an invaluable security measure when FORGE takes...
View ArticleRe: PDFSharp compatibility?
What I'm trying to accomplish is a little complicated (by my standards) so I'll break it down in to the steps I'm taking:1. I need to grab all family instances from my drawing;2. From these family...
View ArticleRe: Help: Creating roof
Dear Jeremy, as far as i managed to investigate, a BasicRoof and a SlopedGlazing are the same category, the same creation method should work for them. My code below works fine, if I specify a BasicRoof...
View ArticleExporting/Importing Structural Steel to FabSuite
Hello all, I work for a steel fabrication company. We are exploring possibilities for reducing time and resources used when estimating jobs for bid. We currently get a set of 2D drawings that (from...
View ArticleRe: Best Method for creating "Attaches To" Accessory family to Pipe?
I've had a chance to implement the duct split then NewUnionFitting or NewTransitionFitting approach but without success. Both of those methods take two connectors as arguments so there does not appear...
View ArticleRe: Best Method for creating "Attaches To" Accessory family to Pipe?
You're right. I assume that you'd have to change the routing preferences of that duct system to temporarily use the damper as a union, then toggle it back to what it was once that's done. I'm not sure...
View ArticleRe: Select all rebar
To collect all rebar in host you can simply use the class RebarHostData var data = Autodesk.Revit.DB.Structure.RebarHostData.GetRebarHostData(host); var allRebar = data.GetRebarsInHost();Copy Rebar...
View ArticleRe: Dynamo script in Revit API
Now in Revit 2017.1 revit is equiped with a dynamo player, so apperently someone at autodesk knows how to run dynamo scripts in the revit api. Does anybody know how I can make my own button in reivt...
View Article