Message 1 of 6
Not applicable
01-27-2011
09:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've been using this method for "copying" objects from one point to another..
Dim EntityCopy As Entity = EntitySource.GetTransformedCopy(Matrix3d.Displacement(startPT.GetVectorTo(EndPT)))
But have run into a few glitches, not program stopping glitches just annoying ones..
With polylines, not all the properties are copied, one for example is the "global width". it gets re-set to 0.
Problem is with dynamic blocks.. the above method creates a "dumb" version of the block rather than a functional dynamic version of the block..
Can anyone show me a way to fix this, or an alternate method for copying objects from point a to point b?
Solved! Go to Solution.