Copy keynote tag from linked file and paste aligned to current view

Hello Problem Solvers,

I am just wondering is there any dynamo or python script to copy the keynote tag from the linked file and paste by aligned to current view in the current document.
Keynote Tag

If this is possible is a question for the Scripting-gods.

There are packages which allow you to copy elements between models. I believe SteamNodes, clockwork and Rhythm.

1 Like

Yes, I have created the script but it copies only elements’ like wall, floor etc…not annotation tags…

@c.poupin Any Ideas or thoughts on this, Pls?

Hello
keynotes are view dependent,
if you use Python, try to use this method
image

or this custom node
image

2 Likes

@c.poupin Awesome! Thanks a lot. It worked with the custom node.
I am jus wondering can I select the Active view of linked document
like Document.ActiveViewFromCurrentDocument.

If that possible it would be great. I can educe the nodes from the script and keep it simple!

3 Likes

Hi,

I could not make it work, the CopyFromViewToView still stay empty… without any error…
Any help?

Hi Anne,

Can you share your script here! I will check and update you!
The above script still works for me.

Hi @gokul.saravanan ,

This script does not work for a linked view file from my point of view. Do you confirm?

I am trying to use this node to paste copies of a linkedelement (imported CAD current view only) to multiple views) but it returns nulls when fed an import instance. any ideas?