Can I change the familysymbol without exiting when I use...
Hi, I want to change the family symbol without exiting when I use the following code: app.ActiveUIDocument.PostRequestForElementTypePlacement(familySymbol) Is there any way to do it? Thanks!
View ArticleRe: Can I change the familysymbol without exiting when I use...
You can change the family symbol after placement:https://thebuildingcoder.typepad.com/blog/2010/06/place-family-instance.html
View ArticleRe: Can I change the familysymbol without exiting when I use...
Thank you for your answer, but that's not what I want. I want to change familysymbol before the end of placement.
View ArticleRe: Can I change the familysymbol without exiting when I use...
When I use the command the user picks beforehand (from listview) to get the correct familysymbol, then has the opportunity to change it afterwards (from listview). But I don't think it is possible to...
View ArticleAssembly view and main element face
Hi all, I am writing an plugin to dimension inserts (family instances) inside an assembly, so far I've managed to create an assembly with all the inserts and create all views and place them on a sheet....
View ArticleRe: In IExportContext.OnInstanceBegin, InstanceNode has invalid SymbolId
Can you share a minimal reproducible case for this for the development team to analyse? https://thebuildingcoder.typepad.com/blog/about-the-author.html#1b Thank you! Didn't your threads here generate...
View ArticleRe: Can I change the familysymbol without exiting when I use...
I think you are right,I just want to see if there is a special way to do it.
View ArticleRe: vertical NewOpening gives error "Can't change plane of Opening Cut Sket
Hello!Is there any progress on the issue? I need to create a vertical opening, but I encountered the same error.As I noticed doc.Create.NewOpening (roof, curve, false) method takes a random plane of...
View ArticleRe: Face Reference
Not sure why you are getting null. You can only create a FaceWall from a face that belongs to a Mass or Element of GenericModel category (not a column). As in the UI Face walls are typically created...
View ArticleRe: Can I change the familysymbol without exiting when I use...
Document.SetDefaultFamilyTypeId then post the request?
View ArticleRe: [ExtensibleStorage] Setting entity corrupts Revit 2021.1 model and...
These kinds of errors typically occur when the schema of a certain ID exists in the document but in your Addin the structure of the schema with the same ID has since changed. This would include aspects...
View ArticleIs there any way to use RevitAPI to pull/push revit files into BIM360?
Hi everyone. I'm wondering if there is some kind of method inside revit api which I can use in order to pull/push revit files into BIM360 and setting our own worksets in BIM360.I would like to execute...
View ArticleRevit Could not load c:\...revit2021\intflFC.dll problem
I've tried several times to install the program, however I aways enconter this problem. I've tried to uninstall, delete every trace of autodesk related documents, downloaded in every possible way and I...
View ArticleRe: vertical NewOpening gives error "Can't change plane of Opening Cut Sket
Not sure this is an error really: I've not tested but from looking at the above screen casts + posts it seems that:When the argument is set to true the sketch for the opening has to be on the plane of...
View ArticleParameter type changes to custom in Revit 2021.1
Angular SpeedCost per AreaCost Rate EnergyCost Rate PowerDiffusivityDistanceFlow per PowerIsothermal Moisture CapacityMass per TimePower per FlowPower per LengthRotation AngleStationing IntervalThermal...
View ArticleDocumentChanged event produces bug when used in conjunction with...
Hello everyone, I was recently working on an addin for Revit that tries to export a preview image of a certain view when ever the user makes any changed to the model. everything went according to plan...
View ArticleRe: DocumentChanged event produces bug when used in conjunction with...
Why are you taking the Document from a variable rather that from the EventArgs: e.GetDocument? Where is ViewID coming from? How are you subscribing / unsubscribing to the event? Exporting an image in...
View ArticleRe: DocumentChanged event produces bug when used in conjunction with...
thank you very much for your time, quite frankly I wasn't aware of the fact that I could have just used the event arguments to gain access to the document, I really appreciate you pointing that out. as...
View Article