GH script to import dimstyles from other document

Hello,

Is there a way in GH to import dimstyles (and write into rhino document) from other document (.3dm)?

In case of dimstyle name conflict imported dimstyle settings would override existing.

Hi Ivan -

You can use the ImportAnnotationStyles command for that.

As for all other things in Rhino, the current document wins.
-wim

is there any super simple way how to use this rhino command in gh ? like open custom script node and say “use rhino command, define variables and execute on true”