Revit Schedule "ShowHeader" Flag
Hello, I'm writing because a property of Schedule definitions listed in the 2015RevitAPI help file doesn't appear available to me when I actually try and run code. I first noticed this in a C#...
View ArticleRe: Retrieving Mark parameter from Truss not working
mwilson looks like I don't really need to upload my RH Truss family. I have tried with a standard Howe Flat Truss in the Revit 2016 template and the same thing happens. If I use the code on "W Shapes"...
View ArticleRe: Saving Family Problem
Actually after reviewing code what i have found is that...1) Dowloading family from web server to physical location.2) Then Adding that family into document.3) Editing that family.4) Doing some changes...
View ArticleRe: Saving Family Problem
You could store the family paths in step 1 in some List or Dictionary, couldn't you? Or edit them before loading into project.
View ArticleRe: Saving Family Problem
Thnx for suggesting me the alternative adam.But i like to go deep into the problems for exact reason..I found out that when i debug the app, i every time get that path.. that's something strange..At...
View ArticleRe: Retrieving Mark parameter from Truss not working
Revit Lookup shows the parameter alright. I must be doing something wrong... From your screenshot, you have an elm variable that is a DB.Revit.Structure.Truss, while in my case I have...
View ArticleRe: Retrieving Mark parameter from Truss not working
By filtering the elements by category:Dim trusses As ICollection(Of Element) = coll2.OfCategory(BuiltInCategory.OST_StructuralTruss).ToElements()I can now retrieve the "Mark" parameter. Although, now...
View ArticleRe: view filter
Sorry I am coming back to this, but my code just doesn't work. I want to create a filter on a PlanView that filters all the structural columns below the current level. Here my code so far: private...
View ArticleRe: Retrieving Mark parameter from Truss not working
I still think you're running into issues because you're retrieving by name. Especially with this comment in your code 'Assume there's only one parameter with the name That should probably generate a...
View ArticleRe: GPU CUDA/OPENCL for API in Revit.
Any chance you would share the API for CPU? I just dropped two xeon phi's into my workstation and am working to leverage them for AEC applications.
View ArticleRe: Retrieving Mark parameter from Truss not working
You are right. Switching to the built-in parameter solved that issue too. I think I'm all good now, and I actually reverted to option 1 and I am populating project parameters with the values and making...
View ArticleRe: duplicate prints
Thank you for your succinct report. Can you please provide a reproducible case for the behaviour you describe, so I can report it to the development team? Please provide all the required items:...
View ArticleRe: Revit Schedule "ShowHeader" Flag
I can't say anything about Revit 2015 without digging deeper than I have time for right now, but I see the following paragraph in What's New in the Revit 2016 API...
View ArticleGet / Set viewport title line length & location
Hi Autodesk, In the UI Revit allows changing the length and location of a viewport title line. In the API this does not seem to be possible. Could you verify this and file a request for Development to...
View ArticleRe: SetTangentLock in ProfileSketch
Dear Christian, I discussed with the development team, and they say: A. Is this code on the forum the most efficient? Seems like there might be a better way? Didn’t we add an API to get the attached...
View ArticleRe: TableView.GetCalculatedValueText and TableView.GetCalculatedValueName failin
Hi Jeremy! Thanks for the response... the attached zip file has a .txt file with the revit python code, and a simple Revit file with a schedule that leverages calculated values. Your help is much...
View ArticleRe: TableView.GetCalculatedValueText and TableView.GetCalculatedValueName failin
Thank you, I will take a look. Meanwhile, have you seen this? http://thebuildingcoder.typepad.com/blog/2012/05/the-schedule-api-and-access-to-schedule-data.html Is that of any use to you? Does that...
View Article