Small Fish Posted September 22, 2010 Posted September 22, 2010 If I use the "break" command to break a pline, line, arc, etc. into 2 parts, then is it possible to return the names of these 2 new objects? thanks SF Quote
Kerry Brown Posted September 22, 2010 Posted September 22, 2010 One of the 'new' entitys will have the same ID as the original, the other can be obtained by (entlast) because it is the last entity added to the db. I recall that the original ID is retained by the entity which was the 'StartPoint' (dxf 10) of the line ... but thats an old memory and will need to be confirmed by testing. Quote
Small Fish Posted September 22, 2010 Author Posted September 22, 2010 Kerry thanks mate and yes, with testing, I have found that the original ID is the start point of the line. Quote
Recommended Posts
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.