# PolyCurve.Offset to AutoCAD entity

**URL:** https://forum.dynamobim.com/t/polycurve-offset-to-autocad-entity/97796
**Category:** Civil 3D
**Tags:** geometry, dynamo
**Created:** [February 5, 2024, 11:48am UTC](https://forum.dynamobim.com/t/polycurve-offset-to-autocad-entity/97796 "2024-02-05T11:48:42Z")
**Posts on this page:** 11
**Page:** 1

<div class="post-metadata">

### Author: ![ab.chakraborty](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/ab.chakraborty/32/161083_2.png) [@ab.chakraborty](https://forum.dynamobim.com/u/ab.chakraborty)
#### Post date: [February 5, 2024, 11:48am UTC](https://forum.dynamobim.com/t/polycurve-offset-to-autocad-entity/97796/1 "2024-02-05T11:48:42Z")

</div>

Hi, I am trying to offset a polycurve and I can do that successfully. So now, I want to create the offset geometry as an AutoCAD entity. I am trying to use PolylineExtensions.ObjectByGeometry, but I get an error saying the inputs should be polycurve.

Is there a way to convert the output of PolyCurve.Offset to a polycurve or should I be using another node to convert to AutoCAD polyline?

Thanks in advance.

---

<div class="post-metadata">

### Author: ![Andrej](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/andrej/32/172909_2.png) [@Andrej](https://forum.dynamobim.com/u/Andrej)
#### Post date: [February 6, 2024, 12:16pm UTC](https://forum.dynamobim.com/t/polycurve-offset-to-autocad-entity/97796/3 "2024-02-06T12:16:08Z")

</div>

I’m not sure why you got that error, because offsetting a polycurve would result a polycurve.

Maybe you could try to export SAT using ExportToSAT node, but I suppose you need to build 3D geometry in order for it to work. Extrude the polycurves, export to SAT, import SAT into Revit, open up a floor plan and export DWG.

---

<div class="post-metadata">

### Author: ![patrick.ericson](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/patrick.ericson/32/121411_2.png) [@patrick.ericson](https://forum.dynamobim.com/u/patrick.ericson)
#### Post date: [February 6, 2024, 12:56pm UTC](https://forum.dynamobim.com/t/polycurve-offset-to-autocad-entity/97796/4 "2024-02-06T12:56:17Z")

</div>

I think the topic is related to Civil 3D, not Revit. Not sure the user has access to Revit.  
I also could offset the polycurve but couldn’t create the offset polycurve as an AutoCAD geometry in Civil 3D

---

<div class="post-metadata">

### Author: ![Andrej](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/andrej/32/172909_2.png) [@Andrej](https://forum.dynamobim.com/u/Andrej)
#### Post date: [February 6, 2024, 2:41pm UTC](https://forum.dynamobim.com/t/polycurve-offset-to-autocad-entity/97796/5 "2024-02-06T14:41:30Z")

</div>

I always forget to look at the tag Civil3D 😅 Can you import SAT in Civil3D?

---

<div class="post-metadata">

### Author: ![patrick.ericson](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/patrick.ericson/32/121411_2.png) [@patrick.ericson](https://forum.dynamobim.com/u/patrick.ericson)
#### Post date: [February 6, 2024, 2:55pm UTC](https://forum.dynamobim.com/t/polycurve-offset-to-autocad-entity/97796/6 "2024-02-06T14:55:30Z")

</div>

Yes, sems to be possible, but I’m not sure if it’s the best way

 ![image](https://us1.discourse-cdn.com/flex022/uploads/dynamobim/original/3X/7/a/7ab06200a7f19421c6589437558bea16da6e208d.png)

---

<div class="post-metadata">

### Author: ![ab.chakraborty](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/ab.chakraborty/32/161083_2.png) [@ab.chakraborty](https://forum.dynamobim.com/u/ab.chakraborty)
#### Post date: [February 6, 2024, 3:09pm UTC](https://forum.dynamobim.com/t/polycurve-offset-to-autocad-entity/97796/7 "2024-02-06T15:09:11Z")

</div>

I am thankful to your replies, unfortunately I am not at my desk currently.  
I would share the screenshot once I get the chance to do so.  
And as for SAT file, even though it might be possible, I am not sure if it would be the most efficient way.

---

<div class="post-metadata">

### Author: ![gilberto.arechigaiba](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/gilberto.arechigaiba/32/204980_2.png) [@gilberto.arechigaiba](https://forum.dynamobim.com/u/gilberto.arechigaiba)
#### Post date: [February 7, 2024, 8:08am UTC](https://forum.dynamobim.com/t/polycurve-offset-to-autocad-entity/97796/8 "2024-02-07T08:08:45Z")

</div>

Hola amigos buenas. 🤠  
Amigo @ab.chakraborty is an old know issue, try to use PolylineExtensions.ObjectbyGeometry from the package Civil3DToolkit normally this solve the issue!

 ![Polyline by geometry](https://us1.discourse-cdn.com/flex022/uploads/dynamobim/original/3X/1/1/11907078b5fbdd22ff58b03efee3a348084d234b.jpeg)

---

<div class="post-metadata">

### Author: ![patrick.ericson](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/patrick.ericson/32/121411_2.png) [@patrick.ericson](https://forum.dynamobim.com/u/patrick.ericson)
#### Post date: [February 7, 2024, 9:38am UTC](https://forum.dynamobim.com/t/polycurve-offset-to-autocad-entity/97796/9 "2024-02-07T09:38:35Z")

</div>

Hi @gilberto.arechigaiba, hope everything is fine with you and thanks for responding.  
How to deal with the creation of polyline if you have a polycurve created as an offset to the original curve? The offset polycurve can’t be created using the node you mentioned

---

<div class="post-metadata">

### Author: ![ab.chakraborty](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/ab.chakraborty/32/161083_2.png) [@ab.chakraborty](https://forum.dynamobim.com/u/ab.chakraborty)
#### Post date: [February 7, 2024, 11:49am UTC](https://forum.dynamobim.com/t/polycurve-offset-to-autocad-entity/97796/10 "2024-02-07T11:49:38Z")

</div>

Hello @gilberto.arechigaiba I am using the PolylineExtensions.ObjectGeometry but the curves are not getting converted to polycurve.

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

---

<div class="post-metadata">

### Author: ![gilberto.arechigaiba](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/gilberto.arechigaiba/32/204980_2.png) [@gilberto.arechigaiba](https://forum.dynamobim.com/u/gilberto.arechigaiba)
#### Post date: [February 8, 2024, 3:15pm UTC](https://forum.dynamobim.com/t/polycurve-offset-to-autocad-entity/97796/11 "2024-02-08T15:15:08Z")

</div>

Hola amigos buenas. srry for the delay in the answer this year i’m full of work, i think you have a data type problem, as usual i will try to give you more back ground, as in autocad Dynamo manage diferent type of elements, normally each parameter in the node has a tooltip for the data type that needs, if it doesn’t have tool tip the warning gives you what data tipe expect for each parameter in the node, normally all the nodes has good enough information but is not allways simple to figure out wath is the data type needed, one tip that helps is to make the analogy of Autocad or C3D elements, and there are nodes to helps to convert to one datatype to an other, in this case to curves or polycurves and vice versa. i hope this info helps you, i let you an example.

 ![Curves and Polycurves](https://us1.discourse-cdn.com/flex022/uploads/dynamobim/original/3X/9/c/9c361443776a0ba1363f47186dfb1b02aa272a39.jpeg)

---

<div class="post-metadata">

### Author: ![y.srewil](https://avatars.discourse-cdn.com/v4/letter/y/e9a140/32.png) [@y.srewil](https://forum.dynamobim.com/u/y.srewil)
#### Post date: [March 19, 2024, 3:34pm UTC](https://forum.dynamobim.com/t/polycurve-offset-to-autocad-entity/97796/12 "2024-03-19T15:34:57Z")

</div>

> [@ab.chakraborty](#):
>
> PolyCurve.Offset

Hi, you can use instead a PolylineExtensions.Offset Node it should work.
