<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[GetClone without hierarchy]]></title><description><![CDATA[<p dir="auto"><em><strong>THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED</strong></em></p>
<p dir="auto"><em>On 01/11/2002 at 08:24, <strong>xxxxxxxx</strong> wrote:</em></p>
<p dir="auto">User Information:<br />
Cinema 4D Version:   8.012 <br />
Platform:      <br />
Language(s) :   C.O.F.F.E.E  ;</p>
<p dir="auto">---------<br />
Hi,<br />
I´m trying to get a clone of an Object without getting any children of this object. Using obj-&gt;GetClone(0) doesn´t work. (1,2,3 doesn´t work either. Why aren´t the flags documented anyway? )<br />
How does it work then?<br />
Thanks</p>
]]></description><link>http://developers.maxon.net/forum/topic/783/96_getclone-without-hierarchy</link><generator>RSS for Node</generator><lastBuildDate>Sat, 06 Jun 2026 19:45:07 GMT</lastBuildDate><atom:link href="http://developers.maxon.net/forum/topic/783.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 09 May 2018 16:46:35 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to GetClone without hierarchy on Wed, 09 May 2018 16:46:35 GMT]]></title><description><![CDATA[<p dir="auto"><em><strong>THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED</strong></em></p>
<p dir="auto"><em>On 01/11/2002 at 13:00, <strong>xxxxxxxx</strong> wrote:</em></p>
<p dir="auto">Ahhh! Thanks very much. Wouldn´t have expected it there. Thanks! <img src="http://developers.maxon.net/forum/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=0b8ddba251d" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
]]></description><link>http://developers.maxon.net/forum/post/3821</link><guid isPermaLink="true">http://developers.maxon.net/forum/post/3821</guid><dc:creator><![CDATA[Helper]]></dc:creator><pubDate>Wed, 09 May 2018 16:46:35 GMT</pubDate></item><item><title><![CDATA[Reply to GetClone without hierarchy on Wed, 09 May 2018 16:46:35 GMT]]></title><description><![CDATA[<p dir="auto"><em><strong>THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED</strong></em></p>
<p dir="auto"><em>On 01/11/2002 at 12:54, <strong>xxxxxxxx</strong> wrote:</em></p>
<p dir="auto">Hi,<br />
the flags are documented, just not at the place where you would expect it. You can find the available flags on the doc page for the CopyTo method.<br />
I just tried it with the following code and it seems to work with the same tags, that are listed there: &lt;[URL-REMOVED]&gt;<br />
&gt;</p>
<pre><code>\&gt;     
\&gt;     
\&gt;               
\&gt;     &gt;   // Aktuelles Objekt bestimmen  
\&gt;     &gt;   var currentObject = GetActiveObject(doc);
\&gt;     
\&gt;     
\&gt;     
\&gt;     
\&gt;       var clone;  
\&gt;     &gt;   clone = currentObject-&gt;GetClone(CL_NO_HIERARCHY);  
\&gt;     &gt;   
\&gt;     &gt;   GetActiveDocument()-&gt;InsertObject(clone, NULL, NULL);
\&gt;     
\&gt;     
\&gt;     
\&gt;     
\&gt;       // C4D mitteilen, dass sich das aktuelle Dokument geändert hat  
\&gt;     &gt;   GeEventAdd(DOCUMENT_CHANGED);  
\&gt;     &gt; 
\&gt; 
\&gt; 
</code></pre>
<p dir="auto">CIAO<br />
Daniel</p>
<hr />
<p dir="auto">[URL-REMOVED] <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/maxon">@<bdi>maxon</bdi></a>: This section contained a non-resolving link which has been removed.</p>
]]></description><link>http://developers.maxon.net/forum/post/3820</link><guid isPermaLink="true">http://developers.maxon.net/forum/post/3820</guid><dc:creator><![CDATA[Helper]]></dc:creator><pubDate>Wed, 09 May 2018 16:46:35 GMT</pubDate></item></channel></rss>