<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Basic Rhino SVG export. in Fusion Design, Validate &amp; Document Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-design-validate-document/basic-rhino-svg-export/m-p/5739586#M290914</link>
    <description>&lt;P&gt;Just some more info on the plug-in. The current active cplane will export so for example you can export from the Top, Front Etc. like this, Front view in Rhino.&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/180142i261B057C8BE91EB9/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="Clipboard01.png" title="Clipboard01.png" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Imported to active sketch in Fusion.&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/180143iBE98889E4B9A3B00/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="Clipboard02.png" title="Clipboard02.png" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also you can draw in any quadrant and it will import to Fusion.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;</description>
    <pubDate>Fri, 24 Jul 2015 16:36:56 GMT</pubDate>
    <dc:creator>HughesTooling</dc:creator>
    <dc:date>2015-07-24T16:36:56Z</dc:date>
    <item>
      <title>Basic Rhino SVG export.</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/basic-rhino-svg-export/m-p/5739565#M290913</link>
      <description>&lt;P&gt;&lt;SPAN style="line-height: 20px;"&gt;This script started out as a way to get drill patterns from Rhino to Fusion without the trouble of uploading to the cloud. After getting the script working on circles I thought I might as well add lines then polylines and so on. At the moment it will export curves and polycurves but anything that's not a line or arc will be linearized. Any curves that need linearizing will be highlighted and you will be prompted for a tolerance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To install the plug-in copy the file ExportSVG.rhp from the ZIP to a directory on your computer where you can save Rhino script files. Then drag and drop the file onto Rhino, if you have more than one instance of Rhino running you might want to drop it on all instances. Once installed you get a new command ExportSVG, when run you first select a file then select all the curves you want to export when you hit enter you are prompted to select a canvas rectangle if you are exporting to Fusion just hit enter again. When the script finishes it will open Notepad with the SVG file just close notepad and the files ready to import.&lt;/P&gt;&lt;P&gt;I don't know if the files will be any good if you try to use them in any other programs. If you want to try you need to draw a rectangle starting at 0,0,0 then going X+ and Y- like this.&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/180136iC853AEEECC4D4E64/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="Clipboard01.png" title="Clipboard01.png" /&gt;&lt;/P&gt;&lt;P&gt;Then draw all your curves inside the rectangle and select the rectangle when you are prompted for the canvas rectangle. If the script doesn't like the rectangle you pick for the canvas you can pick again or just hit escape.&lt;/P&gt;&lt;P&gt;I've only tested working in mm in Fusion and Rhino, it might work if you work in inches in both but it's not going to work if to work in different units in each program.&lt;/P&gt;&lt;P&gt;Here's an example starting in Rhino.&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/180137iFFA31B62F1741664/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="Clipboard01.png" title="Clipboard01.png" /&gt;&lt;/P&gt;&lt;P&gt;Imported to Fusion.&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/180138i3C28EADAFCFED8E9/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="Clipboard02.png" title="Clipboard02.png" /&gt;&lt;/P&gt;&lt;P&gt;And extruded.&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/180139iAFDA20A7B909B0AC/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="Clipboard04.png" title="Clipboard04.png" /&gt;&lt;/P&gt;&lt;P&gt;Same file opened with Chrome.&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/180140i71A0BCD738BB2AD6/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="Clipboard03.png" title="Clipboard03.png" /&gt;&lt;/P&gt;&lt;P&gt;Mark.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2015 16:28:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/basic-rhino-svg-export/m-p/5739565#M290913</guid>
      <dc:creator>HughesTooling</dc:creator>
      <dc:date>2015-07-24T16:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Rhino SVG export.</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/basic-rhino-svg-export/m-p/5739586#M290914</link>
      <description>&lt;P&gt;Just some more info on the plug-in. The current active cplane will export so for example you can export from the Top, Front Etc. like this, Front view in Rhino.&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/180142i261B057C8BE91EB9/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="Clipboard01.png" title="Clipboard01.png" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Imported to active sketch in Fusion.&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/180143iBE98889E4B9A3B00/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="Clipboard02.png" title="Clipboard02.png" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also you can draw in any quadrant and it will import to Fusion.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2015 16:36:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/basic-rhino-svg-export/m-p/5739586#M290914</guid>
      <dc:creator>HughesTooling</dc:creator>
      <dc:date>2015-07-24T16:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Rhino SVG export.</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/basic-rhino-svg-export/m-p/5739997#M290915</link>
      <description>&lt;P&gt;Edit -&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Never mind, I only read the second post and thought you wrote an importer for Fusion.&lt;/P&gt;
&lt;P&gt;That will teach me to slow down and carefully read a post before replying &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Bankim&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2015 20:01:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/basic-rhino-svg-export/m-p/5739997#M290915</guid>
      <dc:creator>charegb</dc:creator>
      <dc:date>2015-07-24T20:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Rhino SVG export.</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/basic-rhino-svg-export/m-p/5861697#M290916</link>
      <description>&lt;P&gt;&lt;FONT color="#000000"&gt;Just a small update. I found an error where the plugin output Line instead of line also added a line so it scales to fit the browser window. There doesn't seem to be any way to edit the first post so the new plugin is attached to this post.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;Mark.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2015 17:50:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/basic-rhino-svg-export/m-p/5861697#M290916</guid>
      <dc:creator>HughesTooling</dc:creator>
      <dc:date>2015-10-14T17:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Rhino SVG export.</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/basic-rhino-svg-export/m-p/6756825#M290917</link>
      <description>&lt;P&gt;Hi!! It would be lovely to see this plugin run on MacOS. May I take a look at the sourcecode? I'm currently trying to develop a plugin for diagramming at my school and I need to convert curves in Rhino to a format that another program will understand.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!!!&lt;/P&gt;</description>
      <pubDate>Sun, 18 Dec 2016 17:22:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/basic-rhino-svg-export/m-p/6756825#M290917</guid>
      <dc:creator>sdaitzman</dc:creator>
      <dc:date>2016-12-18T17:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Rhino SVG export.</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/basic-rhino-svg-export/m-p/6757753#M290918</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/2483257"&gt;@sdaitzman&lt;/a&gt;&amp;nbsp;The code I ended up with was pretty ugly, I started with something I'd written to produce G code with and some of that I don't really want to share. There is an example Rhino script here that might help though,&lt;/P&gt;
&lt;P&gt;&lt;A href="https://discourse.mcneel.com/t/export-to-svg-challenge/25618/10?u=hughes_tooling" target="_blank"&gt;https://discourse.mcneel.com/t/export-to-svg-challenge/25618/10?u=hughes_tooling&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've given up using SVG for transfers between Fusion and Rhino, DXF works a lot better.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2016 12:02:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/basic-rhino-svg-export/m-p/6757753#M290918</guid>
      <dc:creator>HughesTooling</dc:creator>
      <dc:date>2016-12-19T12:02:24Z</dc:date>
    </item>
  </channel>
</rss>

