Re: Material reference
As far as I know, there is no API support for getting customized material location. But if you want to get the installed material location, you can use the registry key...
View ArticleRe: Dynamo script in Revit API
As Rudi pointed out, anybody who takes a look at the open source repo should be able to tell you. How about taking a peek yourself? Greetings from AU!
View ArticleRe: Help: Creating roof
What happens if you switch back and forth between basic and glazing manually in the user interface?
View ArticleRe: Dynamo script in Revit API
Well, due too lack of time I was hoping someone had a working example by now :)
View ArticleInvalidOperationException at memory location
I keep getting this exception when iterating trough a FilteredElementCollector. Exception thrown at 0x00007FFA03A27788 in Revit.exe:Microsoft C++ exception: InvalidOperationException at memory location...
View ArticleRe: RationalBSplineSurface Issue of Exporting IFC4DTV through Revit API
Dear Gene, Thank you for your detailed explanation and reproducible case. I escalated this thread to an ADN case 12373012 [RationalBSplineSurface Issue of Exporting IFC4DTV through Revit API] and...
View ArticleRe: Help: Creating roof
Dear Gergő, Thank you for your update. Ok. In that case, I'll raise an issue with the development team. Please provide a full reproducible case for me to share with them so they can analyse in depth...
View ArticleRevit 2017 Categories
In Revit 2016 I have used the following code segment to filter the elements and then use an if statement to identify those elements which are bound to a particular Category. This has then allowed me to...
View ArticleRe: Varying Rebarset - Rebar Numbers
Hi,Varying rebar sets are special since each rebar in the set gets a "Rebar Number". In order to retrive a specific parameter for a bar position you could use ParameterValueProvider or...
View ArticleRe: Modify Rebar Set Layout
You have to set the layout Rule, the array length is included there.Rebar.SetLayoutAsMaximumSpacing(...), Rebar.SetLayoutAsFixedNumber(...), etc.
View ArticleRe: Code signing of Revit Addins
RegardingThis 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. as Matthew...
View ArticleRe: Code signing of Revit Addins
Regarding:matthew.taylor wrote: That said, I think the 'always load' label is misleading.I think the labelling is generally a little odd. It's about trusted publishers, not about trusted add-ins...Well...
View ArticleRe: Revit 2017 Categories
Hi Stephen,I kinda get what you're saying, but some clarification is necessary.Are you trying to get elements that have a shared parameter applied (either by a family definition shared parameter, or by...
View ArticleRe: InvalidOperationException at memory location
Hi Michal,Do you delete elements in the iteration?Post a code snippet. It's a piece of string (length issue) without it.-Matt
View ArticleRe: Code signing of Revit Addins
I understand that a certain level of security is needed. My gripe isn't the security, it's more the lack of functionality from a user standpoint. Keep in mind I live in a world where every click on a...
View ArticleRe: Code signing of Revit Addins
Hey Jason - I've been trying to reproduce the Roombook problems that you are having and can't. The add-in loads silently for me. I also tracked down the responsible party in Autodesk and they are...
View ArticleRe: Code signing of Revit Addins
Neil, I will look when I get back in the office tomorrow morning. There are about 7 total I believe that are problematic.
View ArticleEvent to run a IExternalCommand
Hi All,Wondering if you can assist with an issue i'm having that i just cant seem to solve.Would be nice just to know if what i am trying to do is possible or not. I have been playing around with the...
View Article