Acces Rebar Shape Family When Select Rebar from The Project Document
Hi all,I tried to open Rebar Shape Family from the project document.First, i got RebarShape:Reference pickedRef = null;Selection sel = uiapp.ActiveUIDocument.Selection;pickedRef =...
View ArticleRe: Acces Rebar Shape Family When Select Rebar from The Project Document
I'm using Revit 2014.Thanks.
View ArticleRe: Create Dimension: Get references to FamilyInstances
I found this thread roughly ten minutes before making the post, and I found my need for this wishlist item about fifteen before that. If I posted that out of impatience, it would indeed be a serious...
View ArticleRe: Get Parameter from DB
Dear Michal, I believe you need an element with the parameter attached to it in order to determine the parameter id. Sorry about that. Cheers, Jeremy
View ArticleRe: Extract Model Lines From Detail Item
You can always call EditFamily to access the family definition and read the element data from that.
View ArticleRe: Exception in CustomExporter
Hi to all.I`ve faced the same problem recently. Although this problem is claimed to be solved, I hope someone has found out, what caused it. If so, it would be great to know, what conclusion you came...
View ArticleRe: SetTangentLock in ProfileSketch
This is what I would post: ICollection<ElementId> delIds = null; List<ElementId> enmIDs = new List<ElementId>(); using (SubTransaction delTrans = new SubTransaction(famdoc)) { try {...
View Articleuse of a central file, problems with network
Dear all, I thought my last problems of mutual work was solved but it is not the case curently.I still have problems when using a central file and local files. I checked with my students and they...
View ArticleRe: use of a central file, problems with network
When the central file is originally created, after you do a save as and save to a network location accessible in the same way by all, then you will need to go to the Save to Central icon and make sure...
View ArticleRe: Create Dimension: Get references to FamilyInstances
Apologies, I was attempting irony. I really need to use more smiley faces...
View ArticleRe: Create Dimension: Get references to FamilyInstances
I totally got it Dale. ;) maybe that just exposes me for one of the beleaguered... I can't put my project off any longer so will probably be using the vodoo and see if I can make it happen.
View ArticleRetrieving the original geometry of a wall
Hi, I need to retrieve the original geometry of wall without doors and windows. How can it be done?
View ArticleNewAlignment Reference Priority
I have a duct fitting family that hosts to the bottom face of rectangular duct. However, the goal is to have it automatically wrap around the duct, starting from the bottom, and for it to change when...
View ArticlePlace existing air terminal to duct
I am having this issue as i want to place existing unhosted air terminal to the duct, any revit api method can achieve this, online has a lot of references is discussing about create new mechanical...
View ArticleRe: Rendering issues while Creating a Room
Yes, the code works well per my verify/I found the API-created room works same with UI-created room: room will be visible and highlighted automatically when mouse hovers over it.I don't find problem of...
View ArticleRe: Creating polygons of any shape
Dear Alok, Thank you for your query. I hope you know how to make use of Revit rooms from an end user point of view. If not, that is what you should explore before even thinking about doing anything...
View ArticleRe: Retrieving the original geometry of a wall
http://thebuildingcoder.typepad.com/blog/2015/03/calculating-gross-and-net-wall-areas.html
View ArticleRe: Import an Excel Sheet into Revit family
Look at the FireRatingCloud sample: http://thebuildingcoder.typepad.com/blog/2016/04/fireratingcloud-context-and-architecture.html It has a large number of predecessors, originally based on a Revit SDK...
View ArticleRe: NewAlignment Reference Priority
I'm going to peel off this for awhile, but I've found something new. It may have more to do with what I'm referencing on the duct fitting geometry. I decided to test placing a linear dimension...
View Article