you could always NCOPY the entities from the xref (no need to redraw them then) then you could use offset ?

Registered forum members do not see this ad.
I often need to perform offset of objects existing in xref drawings. for that I have to first draw line/pline etc along the
xref entity and then offset that new created line etc.
Is it possible to directly offset the xref entity instead of first creating its copy in the working drawing.
Thanks.
you could always NCOPY the entities from the xref (no need to redraw them then) then you could use offset ?
Life's constantly changing - keep up or get left behind
Alan,
Quick question - what does the transformation matrix do in that code? - I've never really got to using one, (except in grvecs).
Lee
Lee Mac Programming
With Mathematics there is the possibility of perfect rigour, so why settle for less?
Just another Swamper
DropBox | finding the light...
Seann: ...it went crazy ex-girlfriend on me...
eric_monceaux...its pretty funny seeing two AutoCAD Gods give each other flak...
Entmake a nested object and you'll see that it creates it at 0,0,0. You have to use the transformation matrix to correct the placement, based on the original object's matrix.
DropBox | finding the light...
Seann: ...it went crazy ex-girlfriend on me...
eric_monceaux...its pretty funny seeing two AutoCAD Gods give each other flak...
Lee Mac Programming
With Mathematics there is the possibility of perfect rigour, so why settle for less?
Just another Swamper
Bookmarks