Re: RevitLookup for Revit 2016 is here!
Okay. Thanks for the swift response and the references. I just wanted to check before I started diving in to C#. Thanks again.
View ArticlePrinting colors that match view
OK, so I'm fairly new to printing out of Revit. I usually exported views and such to Autocad, tweaked them to my desires, and print. -- Warning: Ranting follows -- I'm trying to skip that and print...
View ArticleScheduleField.SetStyle not working as I would expect
I'm writing some code to modify the style of some cells in an existing schedule. My code looks somethng like this. SnippetPrivate Sub test(field As ScheduleField) Dim style = New TableCellStyle...
View ArticleCreating Model Text
I'm trying to create ModelText in a Revit model via the APIs but I'm not sure how to accomplish this. Here's what I have so far but it crashes with a Protected Memory Error: string templateFileName =...
View ArticleRe: ContextualHelp URL doesn't work
Hi Luis, Do you mean F1 help? If so, i just tried with one of store app and Gluee add-in. They work for me.
View ArticleRe: Save to Central Error
Hiit would be better not to double click on the file directly, as this will lead to open the Central file without creating a local file. but it would be better to open revit and then open the central...
View ArticleRe: Printing colors that match view
Although I agree that it is very lame Revit still has no build-in option to print to PDF, I think you are posting on the wrong forum.Try...
View ArticleRe: Element Id and Unique Id are changing when try to ungroup and regroup
If you change your parameter to text, and assign the parameter property: "Values can vary by group instance". You are able to assign parameter values to elements in groups.
View Articlecalling document.regenerate() inside transaction?
I've taken over development of a Revit addin and is currently trying to make it run faster. I'm wondering if it it safe to remove the call to document.regenerate() from the following lines: using...
View ArticleRe: What is the best way to create a custom schedule / table sheet
Hi, perhaps one could write the AutoCAD table object as an DXF file, thus no need for AutoCAD at all. Revitalizer
View ArticleRe: Door Flipped from it's initial assignment
Why can't you use the isflipped the handflipping or one of those parameters?
View ArticleRe: Report in a schedule a host face
mostafa90 wrote:just a quick thought... how about creating an instance Text parameter in the facebased family and through the api you can get the host of your plate family and set the value of the...
View ArticleRe: Creating Model Text
Hi, you cannot create ModelText at all via API. You only could do something similar using DirectShape, modelling the letters on your own...Also, you could create a Family containing a ModelText that is...
View ArticleRe: Setting the BrowserOrganization for a project in Revit 2016?
Hello, If anyone has any news or solutions about this issue ? Big thanks !
View ArticleRe: Non-Hosted Family Hosted to a Floor
For the time being, placing floors on secondary design options all the time forces everyone to place these families on a workplane. Openings and families that do actually cut the floors are placed...
View ArticleRe: Setting the BrowserOrganization for a project in Revit 2016?
Thank you for your update! I just prompted the development team for a status report. Cheers, Jeremy
View Articlerevit jpeg imports
when exported to dwg, jpegs are xref attachments. anyway to embed them upon export rather than have them as xrefs?
View ArticleTrouble with InsertField and Index Assignments for Column Order
So I have a schedule that I've created in my assemblies. It gets the schedulable fields (segsc) from all objects in the assembly as an ICollection, and then for each one of these that match ParameterId...
View ArticleRe: ScheduleField.SetStyle not working as I would expect
Thanks for the reply Jeremy. Do you mean regenerating the document? I sprinkled a few calls to the Regenerate routine into my test code (see below) and still experienced the same behavior. I'm...
View Article