Export line with a name from Rhino to AutoCAD

Hey there,

I’m currently working on a script which does a intersection of a surface with other surfaces that are stored on a layer(Surfaces4intersection). The surfaces from the layer will have custom names. The script will return a curve resulted from the intersection of my surface with the surfaces from the layer,and the curve will be saved on another layer(Line_from_intersion). The line will have the name of the surface from the layer Surface4intersection. Then I export the line to AutoCAD and I when do that, the line in autocad keeps its layer name,and its color,but not its name.
Do you have any ideas how I could export the line to keep its name, and also, in autocad, to create a property of the line to store the name,because now it does not have one.

Thanks

You could add it to the layer name. As far as i’m aware usertext isn’t going to pass through to autocad, just; layer, block or color.

I need the layer name,and the name of the line

I’m not sure even IFC or Revit will do that with Autocad.

A quick test doing an export/re-import in Rhino via DXF shows that neither object names nor user text are exported.

yep.I think is not possible