Message 1 of 10
NewFamilyInstance fails on Structural Foundations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Fourth overload of NewFamilyInstance seems unpredictable on Structural Foundations. (pile caps)
Problem being the Z-value (offset from Level) is not set on the new familyinstance.
And so the copied element doesnt get placed on the correct Z location. (XY gets correct)
This happens only in some Revit project files.
In new projects created from OOTB templates it works fine, but not in our project files.
Fourth overload looks like this:
public FamilyInstance NewFamilyInstance(XYZ location, FamilySymbol symbol, StructuralType structuralType);
Anyone had similar issues with this ?