Re: Hermite,Nurbs Spline Do they need to be on a plane?
Dear Miruoz, Can you please provide a minimal reproducible case that I can pass on to the development team to analyse? http://thebuildingcoder.typepad.com/blog/about-the-author.html#1b Thank you!...
View ArticleRe: Cannot get Automated 2017 Revit Plugin Builds to work
I was able to get this figured out. Essentially, as Scott mentioned, there was an old version of the APIs that was being used to build the solution (not sure how it built with no errors, but that's...
View ArticleRe: Support for BCF API
Another question: Can you tell me if the Revit API will create the JSON for us or would we be required to create it via the addin?
View ArticleRe: Support for BCF API
I was not aware of BCF until you raised this question, and I am pretty sure that Revit does nothing to support it. So if the JSON is BCF specific, you will probably have to create it with your own...
View ArticleRevit 2017 text editor bug (not the resizing issue, apart from that)
I discovered some weird bug in the new text editor. After upgrading the project from 2016. When I create new text within a viewport that’s on a sheet. The text selector stays on the left while typing –...
View ArticleLight Source with ElementIntersectsFilter
Hello, I found incorrect behavior of ElementIntersectsElementFilter and ElementIntersectsSolidFilter. Lighting Fixture derived from family that has Light Source component, if the Light Source component...
View ArticleRe: OwnerViewId doesn't report Dependent view Id of annotation element
I just had the thought that there might be some dependant view linkage to certain annotations. Detail callouts for example will have unique per-view positioning for reference bubble per view even if...
View ArticleRe: Project Navigator and Properties Pallet gone *URGENT*
Did you have them detatched an on a second screen and then swapped the L-R positions of the screens?If so, try swapping your screens back in Windows dosplay control panel and see if you can find them...
View ArticleRe: Project Navigator and Properties Pallet gone *URGENT*
Easiest way is to delete the Revit settings in the Registry. The next time Revit starts it will reset the window layout to the default. HKEY_CURRENT_USER\SOFTWARE\Autodesk\Revit\Autodesk Revit 2016
View ArticleRe: Project Navigator and Properties Pallet gone *URGENT*
Thank you for trying to help me out!I´ve tried it, as I said, but found out that the problem was: I was workingwith an extra screen, so, when the Pallets were undocked and I put thecomputer on stand by...
View ArticleExtensible storage for FamilyType and FamilySymbol?
I want to store data on a FamilyType that can then be retrieved from the FamilySymbol when the family is inserted in a project. It looks like using a shared parameter to store the data using...
View ArticlePipe LevelId
Hi, I'm trying to add a tee in an existing pipe. The only way I found to do that is to split the existing pipe, create a temporary perpendicular pipe and insert the tee using NewTeeFitting. It's almost...
View ArticleFile path issue when exporting multiple DWFs
My title block uses the default File Path label parameter. When exporting a single sheet DWF, Revit generates the correct file path on the DWF:C:\Users\usr\Documents\RevitFile_usr.rvt However, when...
View ArticleRe: Title Block Identity
I think I've got it: SnippetDocument doc = App.ActiveUIDocument.Document; FilteredElementCollector collector = new FilteredElementCollector(doc);...
View ArticleRe: FAMILYTYPE Shared Parameters
Thank you for your responce. Just to clarify my difficulty with FAMILYTYPE shared parameters. When creating a shared parameter, in the Parameter Properties dialog there is a drop down box titled Type...
View ArticleRe: How to change the structural section type using Revit API
Hi ScottI know I can use that method the issue am having is getting the argument typeID for the ChangeTypeId (typeID).My challanged is converting the family name and type of the section to typeID. To...
View ArticleRe: Support for BCF API
Please take a look at my new project: https://github.com/jeremytammik/RvtBcfApiExampleClient How can I obtain the required BCF API access credentials to test it? string clientId = "YOUR_CLIENT_ID";...
View Article