<?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: Exporting Parasolid files in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/exporting-parasolid-files/m-p/12709479#M11343</link>
    <description>&lt;P&gt;Just try and see what happen.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have no idea what Nz() is.&amp;nbsp; So we won't know what it can do.&lt;/P&gt;</description>
    <pubDate>Mon, 15 Apr 2024 13:33:10 GMT</pubDate>
    <dc:creator>Frederick_Law</dc:creator>
    <dc:date>2024-04-15T13:33:10Z</dc:date>
    <item>
      <title>Exporting Parasolid files</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/exporting-parasolid-files/m-p/12704797#M11341</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Right now we are able to export PDF, DWG and Step. I want to be able to add Parasolid files (.x_b), should i add Parasolid to below code or something else? Hope i'm being clear.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;checkpdfs = Nz(Me.chkPDFs, 0)&lt;BR /&gt;Checkdwgs = Nz(Me.chkDWGs, 0)&lt;BR /&gt;checkdxfs = Nz(Me.chkDXFs, 0)&lt;BR /&gt;checksteps = Nz(Me.chkSteps, 0)&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2024 14:55:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/exporting-parasolid-files/m-p/12704797#M11341</guid>
      <dc:creator>nfelixCXUGM</dc:creator>
      <dc:date>2024-04-12T14:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Parasolid files</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/exporting-parasolid-files/m-p/12709331#M11342</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/15194810"&gt;@nfelixCXUGM&lt;/a&gt;.&amp;nbsp; I am not sure what that code you are showing above is supposed to be doing, because I have never seen code exactly like that before, but I assume it must have something to do with exporting Inventor files to other file types.&amp;nbsp; Are you calling some sort of custom Function to run with those lines of code?&amp;nbsp; I do know that we can export model files to Parasolid Binary Files (.x_b) manually, so we should also be able to export them by code also.&amp;nbsp; I have never needed to use those file types for anything before, so I am not super familiar with them.&amp;nbsp; Which coding language are you using? (iLogic / VB.NET, VBA, C#, other)&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2024 12:37:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/exporting-parasolid-files/m-p/12709331#M11342</guid>
      <dc:creator>WCrihfield</dc:creator>
      <dc:date>2024-04-15T12:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Parasolid files</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/exporting-parasolid-files/m-p/12709479#M11343</link>
      <description>&lt;P&gt;Just try and see what happen.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have no idea what Nz() is.&amp;nbsp; So we won't know what it can do.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2024 13:33:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/exporting-parasolid-files/m-p/12709479#M11343</guid>
      <dc:creator>Frederick_Law</dc:creator>
      <dc:date>2024-04-15T13:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Parasolid files</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/exporting-parasolid-files/m-p/12709778#M11344</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/15194810"&gt;@nfelixCXUGM&lt;/a&gt;.&amp;nbsp; Attached is a text file containing the code for an iLogic rule example you can try for exporting a model file to Parasolid Binary file (.x_b).&amp;nbsp; Many of these iLogic code examples for exporting a native Inventor file type to some other type of file, using one of the 'TranslatorAddIns' that come installed in Inventor, are pretty similar, so I copied one of my other codes for exporting, then modified it a bit for exporting that file type.&amp;nbsp; As far as I know there are only two options available for that scenario ('IncludeSketches' &amp;amp; 'Version'), so I included those two options in this code example.&amp;nbsp; I set the 'IncludeSketches' option to True, and set the 'Version' option to 35, but you can change those to whichever values you want.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2024 15:02:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/exporting-parasolid-files/m-p/12709778#M11344</guid>
      <dc:creator>WCrihfield</dc:creator>
      <dc:date>2024-04-15T15:02:38Z</dc:date>
    </item>
  </channel>
</rss>

