Re: Create VIEW TYPES
Yes just saw that after my previous reply, looks very promising - may be exactly what I am after- with the class exposed I should be able to manipulate that- hopefully assign new View Templates...
View ArticleRe: Create VIEW TYPES
Delete should be easy as you can use the ElementId: FilteredElementCollector a = new FilteredElementCollector(doc).OfClass(typeof(ViewFamilyType));ViewFamilyType old_v =...
View ArticleRe: DialogBoxShowing event not firing when model is opened.
Sorry, ignore what I posted. The DialogBoxShowing event is not at the ControlledApplication.
View ArticleRe: How to modify the far clip offset of a view section?
After the far clip gets adjusted, you are most likely to want to see that it has happened or make a final adjustment now that the adjustment control maker is in view. Therefore the command should exit...
View ArticleRe: Dimension between walls corners using Revit's API
Thanks Jeremy! I've actually created a plugin using the instructions in those blog posts and it works fine for getting faces. I've implemented and tweaked both the "By Direction" and the...
View ArticleRe: Batch process export from Revit to Navisworks
Yes you can import all the trades models in one NWF file and adjust the NWC export settings to export the 3D view in each file.
View ArticleRe: Parameter
This is so natural. Please read the following quote from the API guide: "Multiple matches of parameters with the same name can occur because shared parameters or project parameters can be bound to an...
View ArticleRe: Dimension between walls corners using Revit's API
I believe Revit can compute and maintain stable references to all aspects of the wall geometry, including each face, edge and vertex. Since your dimension lives in a 2D plane (I assume) and can be on...
View ArticleRe: Code signing of Revit Addins
You can sign your own code, and declare yourself trusted to yourself. Hopefully malicious code publishers will not be declared trusted for the general public by the certification authorities. And, if...
View ArticleRe: FreeFormElement Issue
Dear Vinoth, The Revit database elements in a family definition have nothing to do with the elements in a Revit project document into which an instance of the family is inserted. When you insert the...
View ArticleRe: Load Family into family Editor, get bounding box or geometry, Rollback load.
I do not see any need to place an instance. I also do not see any need to roll back any transaction. You either have an instance, in which case you can use the EditFamily method, or not, in which case...
View ArticleRevit 2016/ COBie toolkit fatal error
When I'm running the COBie Toolkit extension for Revit 2016, I can run the setup normally and COBie schedules are created but when I access the Modify mode, if I select either the "Zone Manager" or...
View ArticleRe: Modeless Form timer does not tick until after processing is complete
Thank you for the reply. I am able to move the progressbar along. The main think I am after is perhaps a background worker example of a timer as the forms timer is not ticking. I need to use the timer...
View ArticleCannot get ClearTransmitted to work in Revit 2017
Hello, I need to re-save as central many central files, the following code almost works but it is not saving each file as a new central. I still get the transmitted from another location message when I...
View ArticleRe: Possible to get vertical faces of an area
The development team say: Two things going on here: 1. Ifc doesn't know the difference between a Revit area and a Revit room. So you can't roundtrip it without "cheating". Cheating in this sense...
View ArticleRe: Revit 2016/ COBie toolkit fatal error
Please note that this discussion forum is dedicated to programming Revit using the Revit API. Therefore, you cannot expect an answer to a question such as yours relating to installation, product usage...
View ArticleRe: Cannot get ClearTransmitted to work in Revit 2017
Dear David, I am checking with the development team for you. Hang on... Cheers, Jeremy
View ArticleRe: Modeless Form timer does not tick until after processing is complete
Dear David, I have implemented various timers running in a modeless context in a separate thread, e.g. to raise an external Revit event at certain intervals, e.g. here:...
View ArticleRe: Possible to get vertical faces of an area
Hi Jeremy, Thanks,I know, rooms, spaces and areas are all converted into ifcSpace but you can filter specific parameters which states the origin.How and when is this extrusion been done? When exporting...
View Article