# Curve Points at equal segment length - Ellispe

**URL:** https://forum.dynamobim.com/t/curve-points-at-equal-segment-length-ellispe/9847
**Category:** Uncategorized
**Created:** [February 22, 2017, 5:56pm UTC](https://forum.dynamobim.com/t/curve-points-at-equal-segment-length-ellispe/9847 "2017-02-22T17:56:06Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![simoneavellini](https://avatars.discourse-cdn.com/v4/letter/s/ee7513/32.png) [@simoneavellini](https://forum.dynamobim.com/u/simoneavellini)
#### Post date: [February 22, 2017, 5:56pm UTC](https://forum.dynamobim.com/t/curve-points-at-equal-segment-length-ellispe/9847/1 "2017-02-22T17:56:06Z")

</div>

Hello,  
I am having an issue with " Curve.PointsAtEqualSegmentLength " applied on an ellipse.  
I want to divide it in 48 parts, but i can not get the final point of subdivision…

 ![](https://us1.discourse-cdn.com/flex022/uploads/dynamobim/original/3X/1/8/18e4aaa4385834bbfda3e407d3f5b8aeeba1499f.png)  
any ideas?

Thanks

---

<div class="post-metadata">

### Author: ![Thomas\_Mahon](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/thomas_mahon/32/64209_2.png) [@Thomas\_Mahon](https://forum.dynamobim.com/u/Thomas_Mahon)
#### Post date: [February 22, 2017, 6:07pm UTC](https://forum.dynamobim.com/t/curve-points-at-equal-segment-length-ellispe/9847/2 "2017-02-22T18:07:21Z")

</div>

@Aparajit_Pratap Regression?

> <https://github.com/DynamoDS/Dynamo/issues/6605>

@simoneavellini either way, its a bug. Try using `Curve.PointsAtEqualChordLength` as a workaround.

---

<div class="post-metadata">

### Author: ![Mostafa\_El\_Ayoubi](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/mostafa_el_ayoubi/32/7815_2.png) [@Mostafa\_El\_Ayoubi](https://forum.dynamobim.com/u/Mostafa_El_Ayoubi)
#### Post date: [February 22, 2017, 6:32pm UTC](https://forum.dynamobim.com/t/curve-points-at-equal-segment-length-ellispe/9847/3 "2017-02-22T18:32:29Z")

</div>

Hi @simoneavellini,

It looks like you’re only missing the StartPoint of the curve. You could get it separately and add it to the list.

 ![](https://us1.discourse-cdn.com/flex022/uploads/dynamobim/original/3X/9/c/9c42f3cc658879cff68080036683cb0e124bff72.png)

or you can do this:

 ![](https://us1.discourse-cdn.com/flex022/uploads/dynamobim/original/3X/4/e/4eebd53a8eba505895247604c08aeaf45053e94f.png)

---

<div class="post-metadata">

### Author: ![Aparajit\_Pratap](https://avatars.discourse-cdn.com/v4/letter/a/f07891/32.png) [@Aparajit\_Pratap](https://forum.dynamobim.com/u/Aparajit_Pratap)
#### Post date: [February 23, 2017, 2:03am UTC](https://forum.dynamobim.com/t/curve-points-at-equal-segment-length-ellispe/9847/4 "2017-02-23T02:03:41Z")

</div>

@Thomas_Mahon @Mostafa_El_Ayoubi @simoneavellini these are existing bugs. Thanks for pointing them out. We will take a look.
