I want to 开发者_JS百科be able to mirror all of the elements in a drafting view according to the midpoint of the x value extents of the drawing. xMidpoint in the example below is what I\'m trying to g
I have a program which selects a wall and get different parameters, but I don\'t know how to change a wall in curtain wall. And after I want to control the number and the specific places of lines in t
I am trying to create unit test in VS2010 for Revit addin that I developed. Problem is when I create unit test for a method and then run that test, I get this message:
I need to filter the selected elements by family. We have a timber beam family and I need to modify only sele开发者_运维技巧cted elements that are part of the timber family.I\'ve looked online but I
I would like to create Revit plugin using Revit API for transferring project standards between multiple Revit pro开发者_如何学Cjects. Is this possible using Revit API?Does this help at all?
I\'m writing a plug-in for another program that is based on a public .NET API. Typically these plugins are made by creating a class library DLL that references the API assembly. Then a command class i
There is 开发者_开发技巧an element\'s parameter that has like 5 choices (combobox\'s style). I know how to get the current selected one, but is there a way to retrieve the 4 other choices?They are sto
I want to iterate through all the equipment in a drawing and get the开发者_JAVA技巧 name of the equipment.
I create a number of add-ins for the Revit Structure API. Each tool has to habe a class which implements the interface IExternalCommand.
I am usin开发者_开发百科g the Revit API to import a family symbol. The code below is working though it loads the family into Revit and then you have to manually drag it from the families tree or inser