« Selecting Visible Categories from a Set of Views | Main | Creating a Sloped Floor »

March 26, 2014

Comments

Dear Jeremy

On 11 Feb-2014
http://thebuildingcoder.typepad.com/blog/geometry/

Element elem = doc.GetElement( ref1 );
FamilyInstance fi = elem as FamilyInstance;
LocationCurve lc = fi.Location as LocationCurve;

uidoc.Selection.Elements.Clear();
ElementArray startarray = lc
.get_ElementsAtJoin( 0 );

this code give element that joint to beam but not give result for pipe and duct and its associated fitting such as elbow and tee. please suggest me , what i do to get joint element to Elbow or tee or Duct.

Jeremy,
Thanks for the help, removing the binding made it possible, but has brought up another issue. It is saving the changes in the family level, not the project level. If the user makes another change, say adding another shared parameters, it will add the change to the family itself but not the family within the project. I am assuming what happens is the first time we place the family it updates the parameters first and inserts the family but without binding it any changes after the model is placed does not update. We are trying to resolve this, but any tips would be appreciated.
Thanks,
Brad

Dear Brad,

Thank you for the appreciation. I am glad it helped.

It sounds like you need to force Revit to reload the family.

It may refuse to do so if it is under the impression that nothing relevant changed.

In that case, you may need to force the reloading even more, e.g. by deleting the existing instances in the project, including its symbols and the family definition itself.

Cheers, Jeremy.

Verify your Comment

Previewing your Comment

This is only a preview. Your comment has not yet been posted.

Working...
Your comment could not be posted. Error type:
Your comment has been posted. Post another comment

The letters and numbers you entered did not match the image. Please try again.

As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.

Having trouble reading this image? View an alternate.

Working...

Post a comment

Your Information

(Name and email address are required. Email address will not be displayed with the comment.)

Jeremy Tammik

AboutTopicsIndexSource