


{"id":292412,"date":"2023-07-11T03:00:09","date_gmt":"2023-07-11T03:00:09","guid":{"rendered":"\/forum\/forums\/reply\/292412\/"},"modified":"2023-07-11T03:00:09","modified_gmt":"2023-07-11T03:00:09","slug":"292412","status":"publish","type":"reply","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/reply\/292412\/","title":{"rendered":"Reply To: SpaceClaim Python API:Saving a Document as Parasolid"},"content":{"rendered":"<p>&lt;p&gt;The FileSettings is a metadata object, which is binary data you can&#8217;t see. It is tied to the geometry loaded at the time, if it involves geometry selections. It is only saved to the scscript format if you export the script, not the python format. Or you can publish the script to a group in the current model.&lt;\/p&gt;&lt;p&gt;The only option you can explicited set in python for parasolid is the version:&lt;\/p&gt;&lt;p&gt;import clr&lt;br&gt;clr.AddReference(&#8220;SpaceClaim.Api.V22&#8243;)&lt;br&gt;from SpaceClaim.Api.V22 import ParasolidVersion&lt;br&gt;exopts = ExportOptions.Create()&lt;br&gt;exopts.Parasolid.Version = ParasolidVersion.V33&lt;br&gt;DocumentSave.Execute(r&#8221;D:\\myFile.x_t&#8221;, exopts)&lt;\/p&gt;&lt;p&gt;In order to set the shallow assembly export, you have to do something different. Turn on the shallow assembly export in &#8220;File &gt; SpaceClaim Options &gt; File Options &gt; Parasolid.&#8221; Record the command as you export to parasolid.&lt;\/p&gt;&lt;p&gt;DocumentSave.Execute(r&#8221;\/path\/to\/file.x_t&#8221;, &lt;span style=&#8221;color: rgb(132, 63, 161);&#8221;&gt;FileSettings&lt;\/span&gt;)&lt;\/p&gt;&lt;p&gt;This will produce the FileSettings metadata object with the shallow assembly export turned on, as well as any other options you had set before exporting. You will need to save that script as scscript type. Any place you use the FileSettings object in this script will use the options you had set.&lt;\/p&gt;<\/p>\n","protected":false},"template":"","class_list":["post-292412","reply","type-reply","status-publish","hentry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"The FileSettings is a metadata object, which is binary data you can&#039;t see. It is tied to the geometry loaded at the time, if it involves geometry selections. It is only saved to the scscript format if you export the script, not the python format. Or you can publish the script to a group in\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/innovationspace.ansys.com\/forum\/forums\/reply\/292412\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Ansys Learning Forum | Ansys Innovation Space\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Reply To: SpaceClaim Python API:Saving a Document as Parasolid | Ansys Learning Forum\" \/>\n\t\t<meta property=\"og:description\" content=\"The FileSettings is a metadata object, which is binary data you can&#039;t see. It is tied to the geometry loaded at the time, if it involves geometry selections. It is only saved to the scscript format if you export the script, not the python format. Or you can publish the script to a group in\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/innovationspace.ansys.com\/forum\/forums\/reply\/292412\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2023-07-11T03:00:09+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2023-07-11T03:00:09+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Reply To: SpaceClaim Python API:Saving a Document as Parasolid | Ansys Learning Forum\" \/>\n\t\t<meta name=\"twitter:description\" content=\"The FileSettings is a metadata object, which is binary data you can&#039;t see. It is tied to the geometry loaded at the time, if it involves geometry selections. It is only saved to the scscript format if you export the script, not the python format. Or you can publish the script to a group in\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/reply\\\/292412\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/reply\\\/292412\\\/#listItem\",\"name\":\"Reply To: SpaceClaim Python API:Saving a Document as Parasolid\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/reply\\\/292412\\\/#listItem\",\"position\":2,\"name\":\"Reply To: SpaceClaim Python API:Saving a Document as Parasolid\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/#organization\",\"name\":\"Ansys Learning Forum\",\"description\":\"Ansys Innovation Space\",\"url\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/reply\\\/292412\\\/#webpage\",\"url\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/reply\\\/292412\\\/\",\"name\":\"Reply To: SpaceClaim Python API:Saving a Document as Parasolid | Ansys Learning Forum\",\"description\":\"The FileSettings is a metadata object, which is binary data you can't see. It is tied to the geometry loaded at the time, if it involves geometry selections. It is only saved to the scscript format if you export the script, not the python format. Or you can publish the script to a group in\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/reply\\\/292412\\\/#breadcrumblist\"},\"datePublished\":\"2023-07-11T03:00:09+00:00\",\"dateModified\":\"2023-07-11T03:00:09+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/#website\",\"url\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/\",\"name\":\"Ansys Learning Forum\",\"description\":\"Ansys Innovation Space\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Reply To: SpaceClaim Python API:Saving a Document as Parasolid | Ansys Learning Forum","description":"The FileSettings is a metadata object, which is binary data you can't see. It is tied to the geometry loaded at the time, if it involves geometry selections. It is only saved to the scscript format if you export the script, not the python format. Or you can publish the script to a group in","canonical_url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/reply\/292412\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/reply\/292412\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum#listItem","position":1,"name":"Home","item":"https:\/\/innovationspace.ansys.com\/forum","nextItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/reply\/292412\/#listItem","name":"Reply To: SpaceClaim Python API:Saving a Document as Parasolid"}},{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/reply\/292412\/#listItem","position":2,"name":"Reply To: SpaceClaim Python API:Saving a Document as Parasolid","previousItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/innovationspace.ansys.com\/forum\/#organization","name":"Ansys Learning Forum","description":"Ansys Innovation Space","url":"https:\/\/innovationspace.ansys.com\/forum\/"},{"@type":"WebPage","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/reply\/292412\/#webpage","url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/reply\/292412\/","name":"Reply To: SpaceClaim Python API:Saving a Document as Parasolid | Ansys Learning Forum","description":"The FileSettings is a metadata object, which is binary data you can't see. It is tied to the geometry loaded at the time, if it involves geometry selections. It is only saved to the scscript format if you export the script, not the python format. Or you can publish the script to a group in","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/innovationspace.ansys.com\/forum\/#website"},"breadcrumb":{"@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/reply\/292412\/#breadcrumblist"},"datePublished":"2023-07-11T03:00:09+00:00","dateModified":"2023-07-11T03:00:09+00:00"},{"@type":"WebSite","@id":"https:\/\/innovationspace.ansys.com\/forum\/#website","url":"https:\/\/innovationspace.ansys.com\/forum\/","name":"Ansys Learning Forum","description":"Ansys Innovation Space","inLanguage":"en-US","publisher":{"@id":"https:\/\/innovationspace.ansys.com\/forum\/#organization"}}]},"og:locale":"en_US","og:site_name":"Ansys Learning Forum | Ansys Innovation Space","og:type":"article","og:title":"Reply To: SpaceClaim Python API:Saving a Document as Parasolid | Ansys Learning Forum","og:description":"The FileSettings is a metadata object, which is binary data you can't see. It is tied to the geometry loaded at the time, if it involves geometry selections. It is only saved to the scscript format if you export the script, not the python format. Or you can publish the script to a group in","og:url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/reply\/292412\/","article:published_time":"2023-07-11T03:00:09+00:00","article:modified_time":"2023-07-11T03:00:09+00:00","twitter:card":"summary_large_image","twitter:title":"Reply To: SpaceClaim Python API:Saving a Document as Parasolid | Ansys Learning Forum","twitter:description":"The FileSettings is a metadata object, which is binary data you can't see. It is tied to the geometry loaded at the time, if it involves geometry selections. It is only saved to the scscript format if you export the script, not the python format. Or you can publish the script to a group in"},"aioseo_meta_data":{"post_id":"292412","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"content","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":true,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"created":"2024-10-28 17:59:52","updated":"2026-09-02 18:09:07","ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/innovationspace.ansys.com\/forum\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tReply To: SpaceClaim Python API:Saving a Document as Parasolid\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/innovationspace.ansys.com\/forum"},{"label":"Reply To: SpaceClaim Python API:Saving a Document as Parasolid","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/reply\/292412\/"}],"acf":[],"_links":{"self":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/replies\/292412","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/replies"}],"about":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/types\/reply"}],"version-history":[{"count":0,"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/replies\/292412\/revisions"}],"wp:attachment":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/media?parent=292412"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}