Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All,
I know this is very simple, but I can not work it out.
If I want to create a curve using the Revit API- how do I do this.
I have made two points, and I simply want to use these to make a curve that I can then use to make a model line.
Point_A = DB.XYZ(0,0,0)
Point_B = DB.XYZ(100,100,0)
Thankyou
Solved! Go to Solution.