Hi all,
I am looking for some solution for creating family type duplicate in background opened Family Document.
I found this topic Create New Family Types in Family Document while in Project Environment
There is a workable piece of Python code in this topic, but it uses FamilyManager.NewType which creates new type (which by default seems to be duplicate of the first type). But in my case I need to create duplicate of specific types (or specifically of all family types, not only the first one), so later I could edit the new types and edit some parameters in them
Is there are any ways to make a duplicate of specific type in fam document?