<?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: Perplexing question in Fusion API and Scripts Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/perplexing-question/m-p/9888962#M10065</link>
    <description>&lt;P&gt;That is unexpected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you use Covert to create a new body and delete that? Or will it just copy the face?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;newBody = brepFace.convert(2)
newBody.deleteMe()&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've never tested this, might be very wrong.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 23 Nov 2020 12:50:27 GMT</pubDate>
    <dc:creator>PinRudolf</dc:creator>
    <dc:date>2020-11-23T12:50:27Z</dc:date>
    <item>
      <title>Perplexing question</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/perplexing-question/m-p/9888292#M10062</link>
      <description>&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Hi TF360,&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why it is possible to delete &lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;bRepFace&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt; via &lt;FONT color="#000000"&gt;&lt;EM&gt;&lt;STRONG&gt;UI&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt; but the &lt;EM&gt;&lt;STRONG&gt;API&lt;/STRONG&gt;&lt;/EM&gt; equivalent:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;return = bRepFace.deleteMe()&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;doesn’t exist?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Curious&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;MichaelT&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Nov 2020 07:22:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/perplexing-question/m-p/9888292#M10062</guid>
      <dc:creator>MichaelT_123</dc:creator>
      <dc:date>2020-11-23T07:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: Perplexing question</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/perplexing-question/m-p/9888351#M10063</link>
      <description>&lt;P&gt;Are you using C or Python?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Undoubtedly you already know, but just in case not, you can set breakpoints in your code, and then use Visual Studio to manually explore the object hierarchy ... you never know - perhaps it's there with some other name?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Other thoughts to consider... are you creating this in the first place, from the API?&amp;nbsp; Maybe you could put it inside something else (e.g. its own sketch) which you *can* delete ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe there's some way to set attributes on this thing which can help?&amp;nbsp; (does the object returned from the original create have a deleteMe() on it?)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You could possibly use some other thing instead of a bRepFace (e.g. some sketch splines and a surface loft on them) which would then let you delete them all later.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It sounds exciting - what are you making ?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Nov 2020 07:57:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/perplexing-question/m-p/9888351#M10063</guid>
      <dc:creator>OceanHydroAU</dc:creator>
      <dc:date>2020-11-23T07:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Perplexing question</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/perplexing-question/m-p/9888391#M10064</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;EM&gt;&lt;STRONG&gt;Hi Mr OceanHydroAU,&lt;/STRONG&gt;&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;This is the error:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;&lt;STRONG&gt;bFace.deleteMe()&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;&lt;STRONG&gt;AttributeError:&amp;nbsp;'BRepFace'&amp;nbsp;object&amp;nbsp;has&amp;nbsp;no&amp;nbsp;attribute&amp;nbsp;'deleteMe'&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;It is consistent with the&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;API&lt;/STRONG&gt;&lt;/EM&gt; reference. &lt;FONT color="#0000FF"&gt;&lt;EM&gt;&lt;STRONG&gt;deleteMe()&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt; method is not the part of&amp;nbsp;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;&lt;STRONG&gt;'BRepFace'&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&amp;nbsp; object.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;There is &lt;FONT color="#339966"&gt;&lt;EM&gt;&lt;STRONG&gt;TrimFeature Object&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt; which is the closest in the functionality I can find. It is however &lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;overwhelmingly complicated&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt; for such a simple task.&lt;/P&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&lt;STRONG&gt;Regards&lt;/STRONG&gt;&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&lt;STRONG&gt;MichaelT&lt;/STRONG&gt;&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 23 Nov 2020 08:41:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/perplexing-question/m-p/9888391#M10064</guid>
      <dc:creator>MichaelT_123</dc:creator>
      <dc:date>2020-11-23T08:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: Perplexing question</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/perplexing-question/m-p/9888962#M10065</link>
      <description>&lt;P&gt;That is unexpected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you use Covert to create a new body and delete that? Or will it just copy the face?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;newBody = brepFace.convert(2)
newBody.deleteMe()&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've never tested this, might be very wrong.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Nov 2020 12:50:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/perplexing-question/m-p/9888962#M10065</guid>
      <dc:creator>PinRudolf</dc:creator>
      <dc:date>2020-11-23T12:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: Perplexing question</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/perplexing-question/m-p/9889827#M10066</link>
      <description>&lt;P&gt;If the SOLID tab is active when you try to delete a face using the UI you'll get an error.&amp;nbsp; However, if you delete a face when the SURFACE tab is active it will allow you to delete a face.&amp;nbsp; However, notice that the result in the timeline is a new delete face feature.&amp;nbsp; Deleting a face actually creates a new feature.&amp;nbsp; To do the same thing in the API you need to create a new &lt;A href="http://help.autodesk.com/view/fusion360/ENU/?guid=GUID-D5937210-CBF0-4A32-BEE3-6F13D1A7A591" target="_blank" rel="noopener"&gt;DeleteFaceFeature&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Nov 2020 18:16:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/perplexing-question/m-p/9889827#M10066</guid>
      <dc:creator>BrianEkins</dc:creator>
      <dc:date>2020-11-23T18:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: Perplexing question</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/perplexing-question/m-p/9890410#M10067</link>
      <description>&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Thank you, Mr Brian Ekins...&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for pointing me up to the &lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;DeleteFaceFeature&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;I have not noticed it scouring &lt;EM&gt;&lt;STRONG&gt;API&lt;/STRONG&gt;&lt;/EM&gt;, perhaps &lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#800080"&gt;dementia setting in&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":frowning_face:"&gt;☹️&lt;/span&gt;.&lt;/P&gt;&lt;P&gt;I use&amp;nbsp;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;&lt;EM&gt;TrimFeature &lt;/EM&gt;&lt;/STRONG&gt;&lt;/FONT&gt;encapsulating it in &lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;pseudo_deleteMe()&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt; method.&lt;/P&gt;&lt;P&gt;It works.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;DeleteFaceFeature&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;, with its aftereffect, is not suitable for the case.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;&lt;STRONG&gt;SurfaceDeleteFaceFeature&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt; seems to be the better candidate.&lt;/P&gt;&lt;P&gt;Still &lt;FONT color="#FF6600"&gt;&lt;EM&gt;&lt;STRONG&gt;the perplexing&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt; lingers in some of my&amp;nbsp;synopsis, although as the &lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#FF6600"&gt;mild itching&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#FF6600"&gt;only&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Why&lt;/STRONG&gt;&lt;/EM&gt; there is no such &lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;bRepFace.deleteMe()&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt; implemented directly, keeping the consistency of &lt;EM&gt;&lt;STRONG&gt;API's&lt;/STRONG&gt;&lt;/EM&gt; vernacular&lt;EM&gt;&lt;STRONG&gt;?&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Regards&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;MichaelT&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Nov 2020 22:38:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/perplexing-question/m-p/9890410#M10067</guid>
      <dc:creator>MichaelT_123</dc:creator>
      <dc:date>2020-11-23T22:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Perplexing question</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/perplexing-question/m-p/9890678#M10068</link>
      <description>&lt;P&gt;The BRepBody and its various child BRep objects are all read-only.&amp;nbsp; They provide a way to interrogate an existing model but they don't support creation or edit. Editing of the B-Rep is done using features.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Nov 2020 00:48:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/perplexing-question/m-p/9890678#M10068</guid>
      <dc:creator>BrianEkins</dc:creator>
      <dc:date>2020-11-24T00:48:30Z</dc:date>
    </item>
  </channel>
</rss>

