Re: Shared Parameter : Set default value
Hi, which means that he needs to implement an IUpdater to intercept newly created elements, setting the default value. Revitalizer
View ArticleRe: Create and modify Glboal Parameter with API
Ok, I think there was a problem of understanding. I'm actually trying to create a global (unshared) project setting, as the screenshot below shows. How do you do this with the Revit API.
View ArticleMulti-targeting Revit 2019 + 2020 using MSBuild
Hi, I'm trying to use msbuild to create a multi-target project per the example below however I can't seem to get it to work with Revit 2019 and 2020 because they share the same .NET framework (4.7)....
View ArticleTessellate Solid Options MinExternalAngleBetweenTriangles
Hello,I am currently working on the parameters to control meshing of solids in the Revit API. The Method TessellateSolidOrShell(solid, tessellationControls) seems to do a good job. But after a lot of...
View ArticleStair Support Parameter Binding
HiI wanted to see if anybody could shed some light on this.I have been having a problem with parameter binding to a particular category through the API. This is the 'Support' category that is a child...
View ArticleRe: Create and modify Glboal Parameter with API
Hi ,The dialog box in your screenshot image is related to the project parameter and shared parameters but not related to the global parameter. The global parameter is different from the project...
View ArticleRe: Stair Support Parameter Binding
Hi , The development team is aware of this issue and they are working on it.
View ArticleRe: Multi-targeting Revit 2019 + 2020 using MSBuild
I build against multiple frameworks without issues.
View ArticleRe: Multi-targeting Revit 2019 + 2020 using MSBuild
Agreed setting 2020 to build against 4.7.1 or 4.7.2 works but wanted to confirm this is best course of action. I always thought the Revit API wanted the .NET frameworks to match explicitly.
View ArticleRe: Stair Support Parameter Binding
Hi Many thanks for your prompt response and clarification.
View ArticleGet the UniqeId or GUID of rebar instances within the rebar set
Hi, As you know a rebar object has quantity property which it shows the number of bars. if you transform the Rebar UniqueId into IfcGUID, it represents the IfcGroup in Ifc file. It seems that every...
View ArticleRe: Multi-targeting Revit 2019 + 2020 using MSBuild
I'v'e been using 4.7.2 since it was released and never had an issue.
View ArticleRe: Duct Sizing with the API
HiAlthough I haven't used that particular class my self, I tried to figure out some hints for you: So the DuctPressureDropData class is a part of the "external service" provided by the Revit. The...
View ArticleRe: Get the UniqeId or GUID of rebar instances within the rebar set
Afaik, the individual rebar instances within the set do not have their own identity at the level of element id or unique id. They are possible addressed by index or something within the set. You can...
View ArticleRe: File Menu activate event
I do not believe the Revit API provides this directly. I am sure the .NET libraries and underlying Windows API do.
View ArticleRe: Tessellate Solid Options MinExternalAngleBetweenTriangles
It is briefly mentioned here: https://thebuildingcoder.typepad.com/blog/2019/06/improved-room-closed-shell-directshape-for-forge-viewer.html Don't know whether that helps much, though...
View ArticleRe: IFC Export Options
If you wish to dive deeper into the IFC export, you should take a look at the Revit IFC Export open source project: https://sourceforge.net/p/ifcexporter/discussion/general...
View ArticleRe: Tessellate Solid Options MinExternalAngleBetweenTriangles
Yeah, I have seen that already. But there is not more information about that parameter than in the revit api doc. 😞
View ArticleRe: Transfer walltypes to project python
Hi, duplicating an ElementType just operates on the same file. You need ElementTransformUtils.CopyElements to transfer the types from one Revit file to another one. Revitalizer
View Article