Is there a "Duplicate Layer and Objects" functionality in the Rhinocommon SDK?

Working in C#, custom plugin. Haven’t found it in the docs yet. I also don’t see a command execute in the Command line when selecting this option in the layer panel, so I don’t see a RunCommand workaround. Any tips appreciated.

Thanks,
Marc

Hi @marcsyp,

No, there is no equivalent function in the SDK. One can be added if needed.

– Dale

That would be awesome – I’m building out a plugin that does significant layer management for the purposes of streamlining workflows. I’ve already built out rename, move layer, etc, but this one would add a lot of potential use cases.

Thanks!

Marc

It’s now on the pile.

https://mcneel.myjetbrains.com/youtrack/issue/RH-53950

– Dale