Re: Get changes in IUpdater
Than why is the IUpdater sold as "when you change a element, like a wall, you can make the window change as well". If we have no idea what happend with the wall.
View ArticleRe: Get changes in IUpdater
Hi Michal,Well, you can work out what happened to the wall. You just need to provide a framework with which to make it work. And you have to be selective, and minimise what you do so you don't affect...
View ArticleRe: Get changes in IUpdater
Im trying to figure out a solution, that when a model group is changed for another model group. And when for example in the new model group a room is bigger, that a room next to it will be made smaller...
View ArticleRe: Get changes in IUpdater
Well, finding out if the model group type is fairly easy. Set up a GetChangeTypeParameter in your iUpdater.Something like this:elementId = new...
View ArticleRe: Unexplained "Strongly-Named Assembly Required" Error In Revit Add-
We just added a Post-build event command line in the settings for the project similar to this (this places the newly bundled version of the addin in a sub-folder named "Bundle" in the TargetDir of the...
View ArticleRe: 3D geomerty for export
Actually I am looking to export a polygonal model. I am looking to use the models for rendering and real-time visualization, so they need to be polygons and not solids. The FBX and OBJ exports have...
View ArticleHow to retrieve rooms filtered by level?
Hi All, Can someone guide me about how to get the rooms programmatically from the model based on the level? I don't need all the rooms rather for each level. Many thanks in advance Kind RegardsBilal
View ArticleRe: How to retrieve rooms filtered by level?
Moreover, I have the following code to retrieve the level of the design. public List<Level> GetAllLevels() { List<Level> levelCollection = new List<Level>(); FilteredElementCollector...
View ArticleRe: 3D geomerty for export
Cool. I haven't done anything with meshes in Revit, but you ought to be able to get what you need. I think the IFC functions are (or used to be?) open source, so those might be a good starting point....
View ArticleBrowserOrganization - can we set this?
I appologize for starting a new message regarding an existing one, but the existing one is erroneously (in my mind at least) marked solved. One serious drawback with Revit is just getting to the...
View ArticleRe: IFCExportOptions.FamilyMappingFile is not working
Dear Huan Ting, Thank you for your query. I cannot explore in full right now due to conference travel. I have escalated it to an ADN case 12276105 [IFCExportOptions.FamilyMappingFile is not working]...
View ArticleRe: Split Face using API
Face.HasRegions & Face.GetRegions() This property and method provide information about the faces created by the Split Face command. HasRegions returns a boolean indicating if the face has any Split...
View ArticleRe: search all elements containing sepecific string i.e. ABC
Dear Ning and Moustafa, You have not searched The Building Coder! String Search ADN Plugin of the Month -- http://thebuildingcoder.typepad.com/blog/2011/10/string-search-adn-plugin-of-the-month.htmlAll...
View ArticleRe: 3D geomerty for export
Dear Michael, Thank you for your query. The most comfortable way to grab 3D geometry from Revit is to tap into the graphics rendering pipeline using a custom exporter:...
View ArticleRe: Split Face using API
Thank you for the reply jeremy but I want to split the face of a wall using api and not get the information of the split facesI am already using Face.GetRegions() to get the faces in a face that has...
View ArticleModeless Crashing
I have an Addin based on the Modeless Sample which our staff use to manage sheets, including creating PDF's by printing to the Adobe PDF driver.For most of the time and with most of the users it all...
View ArticleRe: Revit 2017 Slow to Startup due to acquiring license
Same thing happens to me, takes ages to startup due to looking for licenses. Any solution so far?
View ArticleRe: Document.Export() unsuccessful to network folder
just a guess...is it the \\ a the beginning of the network path? do you need to escape the backslashes?disclaimer - I don' know anything about VB but that sort of thing has gotten me before in python....
View ArticleRe: Change FBX naming convention
Hi Jeremy, Thank you for the answer ! I don't really get what you mean by "the operating system API". My OS being Windows 10, do you mean this Windows API or simply the .NET framework ? I found the...
View ArticleRe: Document.Export() unsuccessful to network folder
I can export gbXML manually to any location (local or network). You are correct I can export to local folder, then just copy the file later. (I was mostly worried users would be confused at why the...
View Article