Message 1 of 2

Not applicable
12-17-2020
02:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to create a reference line (not a reference plane) between two points on a plane. I couldn't find any method except for one method that changes the type of a model curve to a reference line. How can I do that through API?
for instance, please assume these two points:
XYZ point1 = new XYZ(30, 12, 0);
XYZ point2 = new XYZ(10, 30, 0);
Thanks a lot in advance!
Solved! Go to Solution.