Jump to content

Recommended Posts

Posted

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.

Posted

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

Posted

Alan,

 

Quick question - what does the transformation matrix do in that code? - I've never really got to using one, (except in grvecs).

 

Lee

Posted
Alan,

 

Quick question - what does the transformation matrix do in that code? - I've never really got to using one, (except in grvecs).

 

Lee

Moves the cloned object to the correct location.

Posted

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.

Posted
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.

 

Gotcha - thanks dude :)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...