AutoCAD Sheet Set Manager API

I’m trying to do something like this:
https://adndevblog.typepad.com/autocad/2013/09/using-sheetset-manager-api-in-vbnet.html

With Dynamo/Python, but I’m stuck trying to import the reference library and the assembly.
Here is the updated API reference for 2020: https://help.autodesk.com/view/OARX/2020/ENU/?guid=GUID-8A28AB25-01D7-4200-9A97-4EDE92B40E5B

Anyone has successfully used the sheet set manager API through Dynamo/python?

Thanks!

I got Me first Clue,
Set Manager Objects are not a .Net reference. I think Python and Dynamo dont have access to other things that are’nt .NET reference.

Or I’m wrong @Paolo_Emilio_Serra1?

Thanks,

As long as you are using ActiveX, it can be called using python from dynamo. What i assuming you are doing wrong is the interop communication between dynamo and autocad. Have a look at linkdwg package. I believe by looking into his custom node, you will be able to achieve more than what you need

1 Like