Message 1 of 4
How to locate a familyinstance based on line?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I made a family based on line. When I try to locate a familyinstance in my project manually, Revit prompts me to first specify a sketch plane, and second prompt me to pick up two points to finish locating my familyinstance. My question is which function should I choose from the Document.NewFamilyInstance overload list?
According to my manual operation, I think I need a sketchplane and a line. But in the Document.NewFamilyInstance overload list, there isn't a method meeting my request.
I have also tried all the list methods which method parameters include line or curve as a workaround.
I failed finally.