Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
My purpose:
I have to difference family file (.rfa).
let's say "a.rfa"(Family A) and "b.rfa"(Family B).
"a.rfa" is void.
"b.rfa" is solid.
I need to use revit .net api to use Family A to open a hole on Family B.
I have done some researches.
Look like there are two ways for join gemory in revit api.
CombineElement and BooleanOperation.
No matter what I try, I'm having problems.
CombineElement need to use GenericForm. But I don't know how to get GenericForm in FamilyInstance.
BooleanOperation need to use Solid. But I don't know how to get Solid in FamilyInstance.
Could Anyone give me some advice. Thanks.
Sorry for my English.
Solved! Go to Solution.