Copy Welcome Screen Sheet from Source model to Target Model

Hiii Everyone,
I’m trying to create a dynamo graph to copy the splash screen sheet from one model to another without opening either the source or the target models.
the dynamo graph is working well but it copies the sheet without its contents (just get an empty sheet ).
Could you please help in solving this issue?
The splash screen sheet got by dynamo looks like in the shown image below

but it should be like what is shown in the image below

My graph is shown below

Hi,

You should probably copy your titleblock’s family type before copying the sheet.

thanks for your quick replay, but how could I extract the title block family from the source document to another one

There a lot of custom node to query elements from document.
A family type is an element and therefore you can copy it between documents.

1 Like