Revit App publishing Issue
Hello, I want to publish revit app in autodesk app store.There is one question about publishing, that when we create an application we create a ribbon on autodesk revit using api. I also create a...
View ArticleHow to get UIApplication from IExternalApplication
Hi! Following this post i tried to implement it in an External Application as they suggested. However i don't understand how i can get the UIApplication from the UIControllApplication. After some...
View ArticleRe: Where is the 2015 DB link plug-in.
I am sorry Mustafa.Sal. I do not understand. What .addin file and .dll. What extension is an addin file? Thanks
View ArticleSetSectionBox does not update View3D
Hi there ! I'm trying to save SectionBox coordinates of the Active3DView to set it back later. But when I do it only refresh by clicking the actual SectionBox. I find this tutorial from...
View ArticleRe: API Request
augusto, i just found this request from 2013!!!!!!!!!!!!!!!has it be resolved? is there a way break up a stacked wall apiwise?txpeter
View ArticleRe: Where is the 2015 DB link plug-in.
Hey! You should have a .addin in your Revit 2014 Folder. Somewhere like C:\ProgramData\Autodesk\Revit\Addins\2014\ (The ProgramData folder is hidden by default) you first have to put it in your Revit...
View ArticleRe: How to get UIApplication from IExternalApplication
You should use the idle event. Try the following code and if it satisfies your needs don't forget to mark the rply as an answer: #region Namespaces using System; using System.Text; using System.Linq;...
View ArticleRe: Where is the 2015 DB link plug-in.
If you installed the DB link 2016 version you should find the "Autodesk.RevitDBLink.addin" file in the following path:C:\ProgramData\Autodesk\Revit\Addins\2016 If so try to copy it to the following...
View ArticleRe: Revit App publishing Issue
The Apps Exchange has me put my support files in a folder called "Resources" under the main app folder. In your case it would be something like this: = new...
View ArticleRe: Extensible Storage "Security" Question
Dear CoderBoy, Here is the initial feedback on this from the development team:I appreciate the back-and-forth described here. CoderBoy obviously has a good reason for wanting improved data security on...
View ArticleRe: How to get UIApplication from IExternalApplication
Thank you! This was exactly what i wanted. I added the UIApplication as another cached variable in order to access it from the other event. Thank you again!
View ArticleError while creating NewTakeoffFitting
Hi All, I want to create new take off fitting between conector and curve but always getting below error, Fitting cannot be created between the input connector and curve because they are not close...
View ArticleRe: SetSectionBox does not update View3D
Edit (can't find how to edit my post)I find out I probably need a Transaction : // Set the section box back to the view (requires an open transaction) view3d.SetSectionBox(box);Source : SOURCE But I...
View ArticleRe: Error while creating NewTakeoffFitting
Please provide sample code and sample project so we can help.
View ArticleUpdate a 2014 solution to 2016...cant solve the error
Hey guys A bit new to Revit API but i've got a working 2014-version which i am tryin to upgrade to 2016. The updated parts are were the old code is changed to comment. Took a while to figure out the...
View ArticleRe: Update a 2014 solution to 2016...cant solve the error
Hey! Do you want to Insert the Id of the Selected Element like this ? ICollection<ElementId> selElements = uiDoc.Selection.GetElementIds(); foreach (Room r in new FilteredElementCollector(_doc,...
View ArticleRe: Update a 2014 solution to 2016...cant solve the error
You are a genius! I was picking in the Add-part instead of Insert but i didn't figure out the ID part. Thank you for your help, very kind of you. Now the application runs fine :)
View ArticleRe: Revit Viewing software needed
Thank you for the response but exporting as DWF from Revit 2016 only allows exporting of sheets and views. From what I can see, this is no different than creating PDFs for our Project Managers, Energy...
View ArticleRe: Revit Viewing software needed
Who said so? You can export your 3D views to dwf and navigate them in Design Review.You can also use Navisworks Freedom:http://www.autodesk.com/products/navisworks/autodesk-navisworks-freedom Youtube...
View ArticleCreating view filters for some parameters is impossible
Hi, I want to create view filters for walls depending on some criteria like :their phase (BuiltInParameter.PHASE_CREATED)their location line (BuiltInParameter.WALL_KEY_REF_PARAM)the level their are...
View Article