Re: search all elements containing sepecific string i.e. ABC
Best to mark the solution for others then. :)
View ArticleRe: Deleting Fill Patterns
Hello, Is there already some sort of workaround for the solid fill deleting issue?I now have a project with like 100 solid fills and would like to purge these. Dynamo couldn't delete them...
View ArticleDimension for vertical pipe and grid issue
We want to create a dimension between a vertical pipe (same direction with the view normal) and a grid in a plan view. But we failed to do so both in Revit 2016 and 2017. Helps are really welcome. In...
View ArticleAdding a shared parameter and edit the content
Hi there, im trying to learn the revit api, so now i see if i can add a shared parameter to objects, and as a next step edit the content of that (text) parameter. As a test i want to fill it with the...
View ArticleRe: Revit and WPF
Not sure if you came across SpiderInNet blog, they have some excellent post on Revit API and WPF. It might be a good start to navigate through their resources....
View ArticleRe: [bug report] Isolate model group in view
Dear Michal Skrzypecki,I submitted the Revit issue list item REVIT-101477 on your behalf for the functionality you suggest, as this issue requires exploration and possibly a modification to our...
View ArticleRevit LT wont install completley
It gets so far and just sits there. It seems to be an issue with the Content Library before I hit install there is a warning sign next to the selection for the content library and it says: The media...
View ArticleGet displacement between actual and a linked model
Hello everybody, I use a macro to place family instances in the location point of other family instance existing in a linked model (in an electrical model, it isnserts electrical connections for...
View ArticleRe: Visual studio 2015 and .NET 4.6.1 debugging problem
It seems like your break point has the following condition "e.Id.IntegerValue != 397718" in the wrong place, so from the editor pane right click on the break point that causes the error then from the...
View ArticleRe: Get displacement between actual and a linked model
Get the difference between the coordinates of the origins of the Link and Host models and this will be your correction factor.
View ArticleRe: Get displacement between actual and a linked model
Thanks mustafa,Could you please give me a clue to obtain the coordinates on the linked and actual models?Thanks!
View ArticleRe: Get displacement between actual and a linked model
Use the following sample to get the position of the project base point of each document: public void GetProjectLocation(Autodesk.Revit.DB.Document document) { // Get the project location handle...
View ArticleSecuring my 2D detail item components by the Licence Procedure of the install
Hello, is there any thoughts about nice elegant way to make my 2D items absolute when the licence expaire? and preventing any famly easy usage: save, edit, change, delet paramaters? 1. maybe an API...
View ArticleRe: Adding a shared parameter and edit the content
Dear Dante, Thank you for your query. If you are new to the Revit API, I suggest that you start by working through the getting started material first of all:...
View ArticleRe: How to manipulate the "Project Browser" when programmatically acti
To clarify, I'll give a simpler example. I want to make a form that displays the list of all Views in the file. When a user clicks one, it will activate that view as the activeview. I can do that....
View ArticleUsing DataStorage for multiple instances of an Entity
I am writing a plugin and want to store custom data from my plugin in the Revit project. I have read up on DataStorage and feel it is the best way to go since it is not dependent on attaching it to...
View ArticleRe: Visual studio 2015 and .NET 4.6.1 debugging problem
Well the thing is that this condition is not in the wrong place, it's just a breakpoint condition i want to use, so disabling it is not really a fix. I see you are using visual studio 2013, this issue...
View ArticleRe: Get displacement between actual and a linked model
Hi, may this help ?http://thebuildingcoder.typepad.com/blog/2013/11/determining-host-document-location-of-a-linked-element.html Revitalizer
View Articlecopy link to all files in folder
hi everybody , i have more than 100 files in my folder and i should add the same cad files to all of them ... is there any easy way to do it ? can any body offer me add-ons or share api codes ? thank you
View Article