Adding elements directly with the clipboard #306
oriolgalceran
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I've read the wiki but I can't seem to understand if there is the possibility to paste element definitions directly from the clipboard, for example pasting something like this
<definition type="element" width="45" height="65" hotspot_x="25" hotspot_y="45" orientation="dnnn"> <names> <name lang="fr">Moteur asynchrone triphasé</name> <name lang="en">Three-phase induction motor</name> </names> <informations>Author: Xavier Guerrin License: CC-BY </informations> <description> <!--U--> <polygon x1="-20" y1="-40" x2="-20" y2="-20" x3="-14" y3="-14" antialias="false" closed="false"/> <!--V--> <line x1="0" y1="-40" x2="0" y2="-20" antialias="false"/> <!--W--> <polygon x1="20" y1="-40" x2="20" y2="-20" x3="14" y3="-14" antialias="false" closed="false"/> <circle x="-20" y="-20" diameter="40" antialias="true" style="filling:white;"/> <!--Lettre M--> <text x="-13.5" y="12" size="24" text="M"/> <!--Bornes--> <terminal orientation="n" x="-20" y="-40"/> <terminal orientation="n" x="0" y="-40"/> <terminal orientation="n" x="20" y="-40"/> </description> </definition>
directly from the clipboard to the schematic. Or do we have to add the element manually to our collection and then reference it?
Thanks!!
Beta Was this translation helpful? Give feedback.
All reactions