.NET
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Re: Copy paste with new block definition
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-20-2011 09:54 AM in reply to:
chiefbraincloud
Hey Cheif and Paul,
Something I noticed and was having problems with was using DeepClone.
It seems DeepClone was just making a copy and the entities in the new BlockTableRecord and are pointing to same objects as the original,
so updating the entities the new BlockTableRecord or original will change both.
It looks like DeepCloneObjects is the correct way for cloning the entities.
Little more info in Link
http://www.theswamp.org/index.php?topic=39516.0
You can also find your answers @ TheSwamp
Re: Copy paste with new block definition
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-17-2012 04:36 PM in reply to:
jeff
While dealing with ExplodeToOwnerSpace on a newer thread today, I did see in the ObjectARX help files that ExplodeToOwnerSpace does require the block to be uniformly scaled.
Dave O. 




