# Create sketch in revit from lines in dynamo

**URL:** https://forum.dynamobim.com/t/create-sketch-in-revit-from-lines-in-dynamo/23176
**Category:** Revit
**Tags:** dynamo
**Created:** [June 28, 2018, 9:15am UTC](https://forum.dynamobim.com/t/create-sketch-in-revit-from-lines-in-dynamo/23176 "2018-06-28T09:15:03Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![magnus](https://avatars.discourse-cdn.com/v4/letter/m/e9c0ed/32.png) [@magnus](https://forum.dynamobim.com/u/magnus)
#### Post date: [June 28, 2018, 9:15am UTC](https://forum.dynamobim.com/t/create-sketch-in-revit-from-lines-in-dynamo/23176/1 "2018-06-28T09:15:03Z")

</div>

Hi  
I have made som curves in dynamo using a python script. I want to be able to interact with them in revit, but i can’t figure out how. It seems as a very simple problem, but i have not found a solution. if anyone can give me a hint i would be very grateful:

 ![curves02](https://us1.discourse-cdn.com/flex022/uploads/dynamobim/original/3X/c/a/caf140e2eb17c333119946c53442a72c68d78615.PNG)

Edit: Small changes to the screenshot

---

<div class="post-metadata">

### Author: ![jacob.small](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/jacob.small/32/161030_2.png) [@jacob.small](https://forum.dynamobim.com/u/jacob.small)
#### Post date: [June 28, 2018, 9:34am UTC](https://forum.dynamobim.com/t/create-sketch-in-revit-from-lines-in-dynamo/23176/2 "2018-06-28T09:34:35Z")

</div>

Do you want these as model curves or as detail curves?

---

<div class="post-metadata">

### Author: ![magnus](https://avatars.discourse-cdn.com/v4/letter/m/e9c0ed/32.png) [@magnus](https://forum.dynamobim.com/u/magnus)
#### Post date: [June 28, 2018, 9:57am UTC](https://forum.dynamobim.com/t/create-sketch-in-revit-from-lines-in-dynamo/23176/3 "2018-06-28T09:57:55Z")

</div>

model curves

---

<div class="post-metadata">

### Author: ![magnus](https://avatars.discourse-cdn.com/v4/letter/m/e9c0ed/32.png) [@magnus](https://forum.dynamobim.com/u/magnus)
#### Post date: [June 28, 2018, 11:03am UTC](https://forum.dynamobim.com/t/create-sketch-in-revit-from-lines-in-dynamo/23176/4 "2018-06-28T11:03:58Z")

</div>

Thanks @jacob.small for putting me on the right track! ModelCurve.ByCurve solved my issue.
