<?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: Using wblockCloneObjects + dimensions in ObjectARX Forum</title>
    <link>https://forums.autodesk.com/t5/objectarx-forum/using-wblockcloneobjects-dimensions/m-p/994979#M31225</link>
    <description>Well, thanks for the response.  I'll try out the move thing.  It's ONLY with
'all'?  Have you tried programatically transforming them, or it's only when
the user issues the move command?

"Byron Blattel" &lt;BYRONATCADWERXDOTNET&gt; wrote in message
news:4070d863$1_1@newsprd01...
&amp;gt; I get the same results with wblockCloneObjects() and dimensions.  They
&amp;gt; are cloned but they don't display until they are moved (via 'all'
&amp;gt; selection).
&amp;gt;
&amp;gt; Perhaps this is a bug?
&amp;gt;
&amp;gt; -- 
&amp;gt; Best regards,
&amp;gt;
&amp;gt;    Byron Blattel
&amp;gt;    CADwerx--Applications for AutoCAD
&amp;gt;    Autodesk Registered Developer
&amp;gt;    Contact Info @ http://www.cadwerx.net
&amp;gt;    Custom Programming Services - ObjectARX/C++/MFC/ASP/STL/ATL/ISAPI...&lt;/BYRONATCADWERXDOTNET&gt;</description>
    <pubDate>Tue, 06 Apr 2004 00:49:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2004-04-06T00:49:56Z</dc:date>
    <item>
      <title>Using wblockCloneObjects + dimensions</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/using-wblockcloneobjects-dimensions/m-p/994977#M31223</link>
      <description>I'm trying to use AcDbDatabase::wblockCloneObjects to copy some entities
from one drawing to another.  This seems to work fine as long as the
entities being copied are not dimensions.  The dimensions get copied, but
for whatever reason they aren't ever displayed.  I can get around this
problem by using AcDbDatbase::insert(), but i'm dealing with a specific set
of entities.  I could get around THAT problem by simply using wblock, and
THEN insert - but with large drawings i'm noticing that having to do two
steps like that is slowing things down.  So is there something special you
have to do with dimensions to get them to show up, or do i need to use those
other functions?

Here's basically what i'm doing.  In the actual code i'm using, i check
error status on every single statement - nothing returns any errors, and
everything but dimensions are displayed fine after the copy.  It all looks
just as it does in the original file.



// The databases to use are sent in.
// pSourceDb is an external DWG file that was opened using readDwgFile.
// pDestDb is (in this case) the current document.

// Get the model space id for source and destination databases
AcDbObjectId idSrc, idDest;
    idSrc = GetModelSpaceId(pSourceDb);
    idDest = GetModelSpaceId(pDestDb);


// Build a list of entities that need to be copied
AcDbObjectIdArray idsToCopy;
    // Get entities here.  Use idSrc to open block record
    // and choose the ents we need. (left out for brevity)


AcDbIdMapping idMap;
    idMap.setDestDb(pDestDb);


pSource-&amp;gt;wblockCloneObjects(idsToCopy, idDest, idMap, AcDb::kDrcIgnore);



Are there more steps i need to add for dimensions?</description>
      <pubDate>Fri, 02 Apr 2004 14:39:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/using-wblockcloneobjects-dimensions/m-p/994977#M31223</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-04-02T14:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: Using wblockCloneObjects + dimensions</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/using-wblockcloneobjects-dimensions/m-p/994978#M31224</link>
      <description>I get the same results with wblockCloneObjects() and dimensions.  They 
are cloned but they don't display until they are moved (via 'all' 
selection).

Perhaps this is a bug?

-- 
Best regards,

   Byron Blattel
   CADwerx--Applications for AutoCAD
   Autodesk Registered Developer
   Contact Info @ http://www.cadwerx.net
   Custom Programming Services - ObjectARX/C++/MFC/ASP/STL/ATL/ISAPI...</description>
      <pubDate>Mon, 05 Apr 2004 03:52:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/using-wblockcloneobjects-dimensions/m-p/994978#M31224</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-04-05T03:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: Using wblockCloneObjects + dimensions</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/using-wblockcloneobjects-dimensions/m-p/994979#M31225</link>
      <description>Well, thanks for the response.  I'll try out the move thing.  It's ONLY with
'all'?  Have you tried programatically transforming them, or it's only when
the user issues the move command?

"Byron Blattel" &lt;BYRONATCADWERXDOTNET&gt; wrote in message
news:4070d863$1_1@newsprd01...
&amp;gt; I get the same results with wblockCloneObjects() and dimensions.  They
&amp;gt; are cloned but they don't display until they are moved (via 'all'
&amp;gt; selection).
&amp;gt;
&amp;gt; Perhaps this is a bug?
&amp;gt;
&amp;gt; -- 
&amp;gt; Best regards,
&amp;gt;
&amp;gt;    Byron Blattel
&amp;gt;    CADwerx--Applications for AutoCAD
&amp;gt;    Autodesk Registered Developer
&amp;gt;    Contact Info @ http://www.cadwerx.net
&amp;gt;    Custom Programming Services - ObjectARX/C++/MFC/ASP/STL/ATL/ISAPI...&lt;/BYRONATCADWERXDOTNET&gt;</description>
      <pubDate>Tue, 06 Apr 2004 00:49:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/using-wblockcloneobjects-dimensions/m-p/994979#M31225</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-04-06T00:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: Using wblockCloneObjects + dimensions</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/using-wblockcloneobjects-dimensions/m-p/994980#M31226</link>
      <description>Are these dimensions on a layer that is not already present in the target
drawing?  I ask because if the target drawing is loaded in the AutoCAD
editor, then it has a layer cache that is used to keep track of layer status
in order to determine what should be displayed, and wblockCloneObjects()
doesn't update this layer cache for the target drawing, so entities that are
cloned and reside on a layer that is also cloned won't show up in the target
drawing until the layer cache is updated.

"Justavian" &lt;RPRIDDY&gt; wrote in message
news:406d7b0a$1_2@newsprd01...
&amp;gt; I'm trying to use AcDbDatabase::wblockCloneObjects to copy some entities
&amp;gt; from one drawing to another.  This seems to work fine as long as the
&amp;gt; entities being copied are not dimensions.  The dimensions get copied, but
&amp;gt; for whatever reason they aren't ever displayed.  I can get around this
&amp;gt; problem by using AcDbDatbase::insert(), but i'm dealing with a specific
set
&amp;gt; of entities.  I could get around THAT problem by simply using wblock, and
&amp;gt; THEN insert - but with large drawings i'm noticing that having to do two
&amp;gt; steps like that is slowing things down.  So is there something special you
&amp;gt; have to do with dimensions to get them to show up, or do i need to use
those
&amp;gt; other functions?
&amp;gt;
&amp;gt; Here's basically what i'm doing.  In the actual code i'm using, i check
&amp;gt; error status on every single statement - nothing returns any errors, and
&amp;gt; everything but dimensions are displayed fine after the copy.  It all looks
&amp;gt; just as it does in the original file.
&amp;gt;
&amp;gt;
&amp;gt;
&amp;gt; // The databases to use are sent in.
&amp;gt; // pSourceDb is an external DWG file that was opened using readDwgFile.
&amp;gt; // pDestDb is (in this case) the current document.
&amp;gt;
&amp;gt; // Get the model space id for source and destination databases
&amp;gt; AcDbObjectId idSrc, idDest;
&amp;gt;     idSrc = GetModelSpaceId(pSourceDb);
&amp;gt;     idDest = GetModelSpaceId(pDestDb);
&amp;gt;
&amp;gt;
&amp;gt; // Build a list of entities that need to be copied
&amp;gt; AcDbObjectIdArray idsToCopy;
&amp;gt;     // Get entities here.  Use idSrc to open block record
&amp;gt;     // and choose the ents we need. (left out for brevity)
&amp;gt;
&amp;gt;
&amp;gt; AcDbIdMapping idMap;
&amp;gt;     idMap.setDestDb(pDestDb);
&amp;gt;
&amp;gt;
&amp;gt; pSource-&amp;gt;wblockCloneObjects(idsToCopy, idDest, idMap, AcDb::kDrcIgnore);
&amp;gt;
&amp;gt;
&amp;gt;
&amp;gt; Are there more steps i need to add for dimensions?
&amp;gt;
&amp;gt;&lt;/RPRIDDY&gt;</description>
      <pubDate>Tue, 06 Apr 2004 16:01:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/using-wblockcloneobjects-dimensions/m-p/994980#M31226</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-04-06T16:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: Using wblockCloneObjects + dimensions</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/using-wblockcloneobjects-dimensions/m-p/994981#M31227</link>
      <description>You are correct in assuming that the dimensions' layer is not yet present in
the drawing.  However, i'm not sure why dimensions aren't working, since the
rest of the entities (also on layers not present in the destination drawing)
show up fine.  I've also attempted to clone over the layers first, but that
didn't seem to help.

How do i update the layer cache?  I'm not familiar with this term.



"Art Cooney" &lt;ARTC&gt; wrote in message
news:4072d465_3@newsprd01...
&amp;gt; Are these dimensions on a layer that is not already present in the target
&amp;gt; drawing?  I ask because if the target drawing is loaded in the AutoCAD
&amp;gt; editor, then it has a layer cache that is used to keep track of layer
status
&amp;gt; in order to determine what should be displayed, and wblockCloneObjects()
&amp;gt; doesn't update this layer cache for the target drawing, so entities that
are
&amp;gt; cloned and reside on a layer that is also cloned won't show up in the
target
&amp;gt; drawing until the layer cache is updated.
&amp;gt;
&amp;gt; "Justavian" &lt;RPRIDDY&gt; wrote in message
&amp;gt; news:406d7b0a$1_2@newsprd01...
&amp;gt; &amp;gt; I'm trying to use AcDbDatabase::wblockCloneObjects to copy some entities
&amp;gt; &amp;gt; from one drawing to another.  This seems to work fine as long as the
&amp;gt; &amp;gt; entities being copied are not dimensions.  The dimensions get copied,
but
&amp;gt; &amp;gt; for whatever reason they aren't ever displayed.  I can get around this
&amp;gt; &amp;gt; problem by using AcDbDatbase::insert(), but i'm dealing with a specific
&amp;gt; set
&amp;gt; &amp;gt; of entities.  I could get around THAT problem by simply using wblock,
and
&amp;gt; &amp;gt; THEN insert - but with large drawings i'm noticing that having to do two
&amp;gt; &amp;gt; steps like that is slowing things down.  So is there something special
you
&amp;gt; &amp;gt; have to do with dimensions to get them to show up, or do i need to use
&amp;gt; those
&amp;gt; &amp;gt; other functions?
&amp;gt; &amp;gt;
&amp;gt; &amp;gt; Here's basically what i'm doing.  In the actual code i'm using, i check
&amp;gt; &amp;gt; error status on every single statement - nothing returns any errors, and
&amp;gt; &amp;gt; everything but dimensions are displayed fine after the copy.  It all
looks
&amp;gt; &amp;gt; just as it does in the original file.
&amp;gt; &amp;gt;
&amp;gt; &amp;gt;
&amp;gt; &amp;gt;
&amp;gt; &amp;gt; // The databases to use are sent in.
&amp;gt; &amp;gt; // pSourceDb is an external DWG file that was opened using readDwgFile.
&amp;gt; &amp;gt; // pDestDb is (in this case) the current document.
&amp;gt; &amp;gt;
&amp;gt; &amp;gt; // Get the model space id for source and destination databases
&amp;gt; &amp;gt; AcDbObjectId idSrc, idDest;
&amp;gt; &amp;gt;     idSrc = GetModelSpaceId(pSourceDb);
&amp;gt; &amp;gt;     idDest = GetModelSpaceId(pDestDb);
&amp;gt; &amp;gt;
&amp;gt; &amp;gt;
&amp;gt; &amp;gt; // Build a list of entities that need to be copied
&amp;gt; &amp;gt; AcDbObjectIdArray idsToCopy;
&amp;gt; &amp;gt;     // Get entities here.  Use idSrc to open block record
&amp;gt; &amp;gt;     // and choose the ents we need. (left out for brevity)
&amp;gt; &amp;gt;
&amp;gt; &amp;gt;
&amp;gt; &amp;gt; AcDbIdMapping idMap;
&amp;gt; &amp;gt;     idMap.setDestDb(pDestDb);
&amp;gt; &amp;gt;
&amp;gt; &amp;gt;
&amp;gt; &amp;gt; pSource-&amp;gt;wblockCloneObjects(idsToCopy, idDest, idMap, AcDb::kDrcIgnore);
&amp;gt; &amp;gt;
&amp;gt; &amp;gt;
&amp;gt; &amp;gt;
&amp;gt; &amp;gt; Are there more steps i need to add for dimensions?
&amp;gt; &amp;gt;
&amp;gt; &amp;gt;
&amp;gt;
&amp;gt;&lt;/RPRIDDY&gt;&lt;/ARTC&gt;</description>
      <pubDate>Tue, 06 Apr 2004 16:57:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/using-wblockcloneobjects-dimensions/m-p/994981#M31227</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-04-06T16:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: Using wblockCloneObjects + dimensions</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/using-wblockcloneobjects-dimensions/m-p/994982#M31228</link>
      <description>Art Cooney wrote:

&amp;gt; Are these dimensions on a layer that is not already present in the target
&amp;gt; drawing?  I ask because if the target drawing is loaded in the AutoCAD
&amp;gt; editor, then it has a layer cache that is used to keep track of layer status
&amp;gt; in order to determine what should be displayed, and wblockCloneObjects()
&amp;gt; doesn't update this layer cache for the target drawing, so entities that are
&amp;gt; cloned and reside on a layer that is also cloned won't show up in the target
&amp;gt; drawing until the layer cache is updated.

In my case the layer does not pre-exist...

Is there a way to update the layer cache? 
applyCurDwgLayerTableChanges() perhaps?

-- 
Best regards,

   Byron Blattel
   CADwerx--Applications for AutoCAD
   Autodesk Registered Developer
   Contact Info @ http://www.cadwerx.net
   Custom Programming Services - ObjectARX/C++/MFC/ASP/STL/ATL/ISAPI...</description>
      <pubDate>Tue, 06 Apr 2004 17:02:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/using-wblockcloneobjects-dimensions/m-p/994982#M31228</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-04-06T17:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: Using wblockCloneObjects + dimensions</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/using-wblockcloneobjects-dimensions/m-p/994983#M31229</link>
      <description>This response answers both Justavian and Byron:

As a test to see if this really is the problem, when your code has finished
and the target drawing is the active document in AutoCAD, simply click on
the layer toolbar to open it and then click it again to close it.  You don't
have to do anything to any layers.  This will force the layer cache to be
udpated in AutoCAD.  If that causes the dimension to display, then the
problem is indeed the layer cache being out of date.  If that doesn't cause
the the dimension to display, then something else is going on.

If the layer cache is the problem, then one way to force the layer cache to
update is to entmod a layerTableRecord to change its state in one of the
following ways:

  on/off
  freeze/thaw
  lock/unlock
  change linetype objectId
  VPDFLT state

The least intrusive of these would be to change the lock state. You'd want
to do two entmods in order to end up with the layer state back the way it
was, but in the process the layer cache will be updated.


"Justavian" &lt;RPRIDDY&gt; wrote in message
news:4072e1ec$1_2@newsprd01...
&amp;gt; You are correct in assuming that the dimensions' layer is not yet present
in
&amp;gt; the drawing.  However, i'm not sure why dimensions aren't working, since
the
&amp;gt; rest of the entities (also on layers not present in the destination
drawing)
&amp;gt; show up fine.  I've also attempted to clone over the layers first, but
that
&amp;gt; didn't seem to help.
&amp;gt;
&amp;gt; How do i update the layer cache?  I'm not familiar with this term.
&amp;gt;
&amp;gt;
&amp;gt;
&amp;gt; "Art Cooney" &lt;ARTC&gt; wrote in message
&amp;gt; news:4072d465_3@newsprd01...
&amp;gt; &amp;gt; Are these dimensions on a layer that is not already present in the
target
&amp;gt; &amp;gt; drawing?  I ask because if the target drawing is loaded in the AutoCAD
&amp;gt; &amp;gt; editor, then it has a layer cache that is used to keep track of layer
&amp;gt; status
&amp;gt; &amp;gt; in order to determine what should be displayed, and wblockCloneObjects()
&amp;gt; &amp;gt; doesn't update this layer cache for the target drawing, so entities that
&amp;gt; are
&amp;gt; &amp;gt; cloned and reside on a layer that is also cloned won't show up in the
&amp;gt; target
&amp;gt; &amp;gt; drawing until the layer cache is updated.
&amp;gt; &amp;gt;
&amp;gt; &amp;gt; "Justavian" &lt;RPRIDDY&gt; wrote in message
&amp;gt; &amp;gt; news:406d7b0a$1_2@newsprd01...
&amp;gt; &amp;gt; &amp;gt; I'm trying to use AcDbDatabase::wblockCloneObjects to copy some
entities
&amp;gt; &amp;gt; &amp;gt; from one drawing to another.  This seems to work fine as long as the
&amp;gt; &amp;gt; &amp;gt; entities being copied are not dimensions.  The dimensions get copied,
&amp;gt; but
&amp;gt; &amp;gt; &amp;gt; for whatever reason they aren't ever displayed.  I can get around this
&amp;gt; &amp;gt; &amp;gt; problem by using AcDbDatbase::insert(), but i'm dealing with a
specific
&amp;gt; &amp;gt; set
&amp;gt; &amp;gt; &amp;gt; of entities.  I could get around THAT problem by simply using wblock,
&amp;gt; and
&amp;gt; &amp;gt; &amp;gt; THEN insert - but with large drawings i'm noticing that having to do
two
&amp;gt; &amp;gt; &amp;gt; steps like that is slowing things down.  So is there something special
&amp;gt; you
&amp;gt; &amp;gt; &amp;gt; have to do with dimensions to get them to show up, or do i need to use
&amp;gt; &amp;gt; those
&amp;gt; &amp;gt; &amp;gt; other functions?
&amp;gt; &amp;gt; &amp;gt;
&amp;gt; &amp;gt; &amp;gt; Here's basically what i'm doing.  In the actual code i'm using, i
check
&amp;gt; &amp;gt; &amp;gt; error status on every single statement - nothing returns any errors,
and
&amp;gt; &amp;gt; &amp;gt; everything but dimensions are displayed fine after the copy.  It all
&amp;gt; looks
&amp;gt; &amp;gt; &amp;gt; just as it does in the original file.
&amp;gt; &amp;gt; &amp;gt;
&amp;gt; &amp;gt; &amp;gt;
&amp;gt; &amp;gt; &amp;gt;
&amp;gt; &amp;gt; &amp;gt; // The databases to use are sent in.
&amp;gt; &amp;gt; &amp;gt; // pSourceDb is an external DWG file that was opened using
readDwgFile.
&amp;gt; &amp;gt; &amp;gt; // pDestDb is (in this case) the current document.
&amp;gt; &amp;gt; &amp;gt;
&amp;gt; &amp;gt; &amp;gt; // Get the model space id for source and destination databases
&amp;gt; &amp;gt; &amp;gt; AcDbObjectId idSrc, idDest;
&amp;gt; &amp;gt; &amp;gt;     idSrc = GetModelSpaceId(pSourceDb);
&amp;gt; &amp;gt; &amp;gt;     idDest = GetModelSpaceId(pDestDb);
&amp;gt; &amp;gt; &amp;gt;
&amp;gt; &amp;gt; &amp;gt;
&amp;gt; &amp;gt; &amp;gt; // Build a list of entities that need to be copied
&amp;gt; &amp;gt; &amp;gt; AcDbObjectIdArray idsToCopy;
&amp;gt; &amp;gt; &amp;gt;     // Get entities here.  Use idSrc to open block record
&amp;gt; &amp;gt; &amp;gt;     // and choose the ents we need. (left out for brevity)
&amp;gt; &amp;gt; &amp;gt;
&amp;gt; &amp;gt; &amp;gt;
&amp;gt; &amp;gt; &amp;gt; AcDbIdMapping idMap;
&amp;gt; &amp;gt; &amp;gt;     idMap.setDestDb(pDestDb);
&amp;gt; &amp;gt; &amp;gt;
&amp;gt; &amp;gt; &amp;gt;
&amp;gt; &amp;gt; &amp;gt; pSource-&amp;gt;wblockCloneObjects(idsToCopy, idDest, idMap,
AcDb::kDrcIgnore);
&amp;gt; &amp;gt; &amp;gt;
&amp;gt; &amp;gt; &amp;gt;
&amp;gt; &amp;gt; &amp;gt;
&amp;gt; &amp;gt; &amp;gt; Are there more steps i need to add for dimensions?
&amp;gt; &amp;gt; &amp;gt;
&amp;gt; &amp;gt; &amp;gt;
&amp;gt; &amp;gt;
&amp;gt; &amp;gt;
&amp;gt;
&amp;gt;&lt;/RPRIDDY&gt;&lt;/ARTC&gt;&lt;/RPRIDDY&gt;</description>
      <pubDate>Wed, 07 Apr 2004 03:27:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/using-wblockcloneobjects-dimensions/m-p/994983#M31229</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-04-07T03:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: Using wblockCloneObjects + dimensions</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/using-wblockcloneobjects-dimensions/m-p/994984#M31230</link>
      <description>Art Cooney wrote:
&amp;gt; This response answers both Justavian and Byron:
&amp;gt; 
&amp;gt; As a test to see if this really is the problem, when your code has finished
&amp;gt; and the target drawing is the active document in AutoCAD, simply click on
&amp;gt; the layer toolbar to open it and then click it again to close it.  You don't
&amp;gt; have to do anything to any layers.  This will force the layer cache to be
&amp;gt; udpated in AutoCAD.  If that causes the dimension to display, then the
&amp;gt; problem is indeed the layer cache being out of date.  If that doesn't cause
&amp;gt; the the dimension to display, then something else is going on.

It would appear that the problem is elsewhere then.  Opening the layer 
manager has no effect for me.  Neither does changing the properties of 
the associated layer (lock, on/off, etc.)

applyCurDwgLayerTableChanges() also does not work.

If I iterate the cloned dimensions and call recordGraphicsModified() on 
them they show up properly...

-- 
Best regards,

   Byron Blattel
   CADwerx--Applications for AutoCAD
   Autodesk Registered Developer
   Contact Info @ http://www.cadwerx.net
   Custom Programming Services - ObjectARX/C++/MFC/ASP/STL/ATL/ISAPI...</description>
      <pubDate>Wed, 07 Apr 2004 13:47:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/using-wblockcloneobjects-dimensions/m-p/994984#M31230</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-04-07T13:47:49Z</dc:date>
    </item>
  </channel>
</rss>

