Message 1 of 4
NewFamilyInstance(Other familyinstance, Curve Other familyinstane, Symbol) Is it
Not applicable
03-09-2020
09:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is it possible to insert a family (Based on LocationCurve) at the same point and with the same LocationCurve from another?
Also based on LocationCurve
I get the FamilyInstance Line with FamilyInstance.GetReferences (FamilyInstanceReferenceType.WeakReference) .First
But then I don't recognize the reference to use it (It's Nothing) or the line with respect to another reference of the Reference Plane (Indicates that the line is not in the reference)
This would be the correct method:
Document.Create.NewFamilyInstance (reference, line, symbol)
How do I get the reference from the other family?
I already get the line with GetReferences. But I don't get the right reference.