Insert a family (CurveBased) with NewFamilyinstance associated to the face.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
How can I insert a family (CurveBased) with NewFamilyinstance on one side and be linked to it (Host)?
I have the face of the element with its reference.
The starting point of the face, which coincides with the insertion point
A line that I believe from this point in X direction
With this data I've tried the 2 methods of this function and none of them keep the family associated with the face:
NewFamilyInstance Method (Face, Line, Family Symbol)
NewFamilyInstance Method (Reference, Line, FamilySymbol) ** This should maintain the associativity.
I manage to insert it, but it is not associated (Host) to the indicated face.
If the family I insert is based on plane it does work with:
NewFamilyInstance (Reference, ptIns, dirX, symFin)
Thank you. Thank you.