Message 1 of 13

Not applicable
08-20-2019
08:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone,
I need to create a smooth curve that goes through some points defined by List<XYZ>. These points are not in the same plane. I can create the curve in the family document using CurveByPoints like the following:
curveByPts = document.FamilyCreate.NewCurveByPoints(refPtsAr);
However, it does not seem there is a corresponding method for the project document. How can I create a 3D model curve in the project document?
Thanks,
Solved! Go to Solution.