Message 1 of 8
Form.AddEdge method

Not applicable
01-06-2016
01:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi!
I am kind of new in the Revit API, and i have been really struggling with a problem. I did a loft (form) between 2 profiles, but the loft is not the way I want it too, so I need to add edges to correct it.
However, I can´t execute the method to add edges (Form.AddEdge) - the inputs are the geometry references of 2 points - because I can´t get the reference of a point. I tried to create reference points, and then create the Reference of the reference points but I get the error : "It should be a reference of point in the form.".
Did anyone already used the Form.AddEdge method?
Thanks!!