<?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 Slicing a solid3d and getting a reference from both solids. in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/slicing-a-solid3d-and-getting-a-reference-from-both-solids/m-p/5529301#M41167</link>
    <description>&lt;P&gt;Hi! I'm traying to slicing a Solid3d, ant the clear one of the sides. My problem is to get two solids when I slice them. The method&lt;/P&gt;&lt;PRE&gt;Solid3d.Slice(...) &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;only returns one Solid3d.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, what should I do? &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for&amp;nbsp;the help.&lt;/P&gt;</description>
    <pubDate>Thu, 05 Mar 2015 10:57:09 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-03-05T10:57:09Z</dc:date>
    <item>
      <title>Slicing a solid3d and getting a reference from both solids.</title>
      <link>https://forums.autodesk.com/t5/net-forum/slicing-a-solid3d-and-getting-a-reference-from-both-solids/m-p/5529301#M41167</link>
      <description>&lt;P&gt;Hi! I'm traying to slicing a Solid3d, ant the clear one of the sides. My problem is to get two solids when I slice them. The method&lt;/P&gt;&lt;PRE&gt;Solid3d.Slice(...) &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;only returns one Solid3d.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, what should I do? &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for&amp;nbsp;the help.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2015 10:57:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/slicing-a-solid3d-and-getting-a-reference-from-both-solids/m-p/5529301#M41167</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-05T10:57:09Z</dc:date>
    </item>
    <item>
      <title>Re : Slicing a solid3d and getting a reference from both solids.</title>
      <link>https://forums.autodesk.com/t5/net-forum/slicing-a-solid3d-and-getting-a-reference-from-both-solids/m-p/5529322#M41168</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Solid3d.Slice() method is overloaded.&lt;/P&gt;
&lt;P&gt;When it's called with only one argument (Plane or Surface), it returns void (it's a Sub in VB) and sets the solid to be the portion on the positive normal side of the plane (or Surface).&lt;/P&gt;
&lt;P&gt;When it's called with two arguments and the second one (&lt;SPAN style="color: #660000;"&gt;negativeHalfToo&lt;/SPAN&gt;) is true, the other side of the solid is generated. The calling application is responsible for the memory used by the newly created solid which have to be added to the database or explicitly diposed.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2015 11:33:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/slicing-a-solid3d-and-getting-a-reference-from-both-solids/m-p/5529322#M41168</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2015-03-05T11:33:25Z</dc:date>
    </item>
    <item>
      <title>Re : Slicing a solid3d and getting a reference from both solids.</title>
      <link>https://forums.autodesk.com/t5/net-forum/slicing-a-solid3d-and-getting-a-reference-from-both-solids/m-p/5530774#M41169</link>
      <description>&lt;P&gt;Thank you so much!&amp;nbsp;&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://forums.autodesk.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2015 08:46:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/slicing-a-solid3d-and-getting-a-reference-from-both-solids/m-p/5530774#M41169</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-06T08:46:49Z</dc:date>
    </item>
    <item>
      <title>Re : Slicing a solid3d and getting a reference from both solids.</title>
      <link>https://forums.autodesk.com/t5/net-forum/slicing-a-solid3d-and-getting-a-reference-from-both-solids/m-p/6915087#M41170</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried the Code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Newsolid.Slice(P.GetPlane(), True)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but I didn't get the NegativeHalfToo&lt;BR /&gt;&lt;BR /&gt;Since I need only Negativehalf&lt;BR /&gt;&lt;BR /&gt;can any one tell me how to get it.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 11:17:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/slicing-a-solid3d-and-getting-a-reference-from-both-solids/m-p/6915087#M41170</guid>
      <dc:creator>waseefur.rahman</dc:creator>
      <dc:date>2017-03-02T11:17:34Z</dc:date>
    </item>
    <item>
      <title>Re : Slicing a solid3d and getting a reference from both solids.</title>
      <link>https://forums.autodesk.com/t5/net-forum/slicing-a-solid3d-and-getting-a-reference-from-both-solids/m-p/6915194#M41171</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As I said in the upper message, if you do not want to keep both sides, use the overload with only the plane argument.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From the doc (ObjectARX20XX\docs\arxmgd.chm):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;public virtual void Slice(&lt;/FONT&gt;&lt;FONT face="courier new,courier"&gt;Plane plane&lt;/FONT&gt;&lt;FONT face="courier new,courier"&gt;);&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Parameters&lt;/STRONG&gt; &lt;BR /&gt;&lt;FONT face="courier new,courier" color="#0000FF"&gt;Plane plane&lt;/FONT&gt;&amp;nbsp; Input plane to be used for slicing the solid &amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Description&lt;/STRONG&gt;&lt;BR /&gt;Slices the solid with plane and sets the solid to be the portion on the positive normal side plane.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;----------&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;public virtual Solid3d Slice(&lt;/FONT&gt;&lt;FONT face="courier new,courier"&gt;Plane plane,&lt;/FONT&gt;&lt;FONT face="courier new,courier"&gt;[MarshalAs(UnmanagedType.U1)] bool negativeHalfToo&lt;/FONT&gt;&lt;FONT face="courier new,courier"&gt;);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Parameters&lt;/STRONG&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#0000FF"&gt;Plane plane&lt;/FONT&gt;&amp;nbsp; Input plane to be used for slicing the solid &amp;nbsp;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#0000FF"&gt;&lt;FONT face="courier new,courier"&gt;[MarshalAs(UnmanagedType.U1)] &lt;/FONT&gt;bool negativeHalfToo&lt;/FONT&gt;&amp;nbsp; Input flag to indicate whether the other side of the solid is to be generated . If this parameter is true, the negative side of the solid is also created.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Description&lt;/STRONG&gt;&lt;BR /&gt;Slices the solid with plane and sets the solid to be the portion on the positive normal side plane.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Notes&lt;/STRONG&gt;&lt;BR /&gt;The calling application is responsible for the memory used by any negative half solid created by this function. If such a solid is subsequently added to an Database, then the responsibility is passed on to that database object.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 12:19:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/slicing-a-solid3d-and-getting-a-reference-from-both-solids/m-p/6915194#M41171</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2017-03-02T12:19:33Z</dc:date>
    </item>
    <item>
      <title>Re : Slicing a solid3d and getting a reference from both solids.</title>
      <link>https://forums.autodesk.com/t5/net-forum/slicing-a-solid3d-and-getting-a-reference-from-both-solids/m-p/6915277#M41172</link>
      <description>&lt;P&gt;Great Solution,&lt;BR /&gt;&lt;BR /&gt;I have been Slicing the Solid before adding it to the DBobject,&lt;BR /&gt;&lt;BR /&gt;So that I didn't get the Negative half even after using below&lt;/P&gt;&lt;P&gt;Solid.slice(plane, True)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once after adding Solid to DBobject&lt;BR /&gt;&lt;BR /&gt;I got the NegativeHalf..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Many Thanks...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 12:55:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/slicing-a-solid3d-and-getting-a-reference-from-both-solids/m-p/6915277#M41172</guid>
      <dc:creator>waseefur.rahman</dc:creator>
      <dc:date>2017-03-02T12:55:50Z</dc:date>
    </item>
  </channel>
</rss>

