View Single Post
  #3  
Old 11-01-2013, 03:56 AM
Friedly's Avatar
Friedly Friedly is offline
Registered User
 
Join Date: May 2012
Location: Belgium
Posts: 76
Re: Some questions...

Hello Mortimer,

another possibility to get rid of unnecessary elements in the drawing is the following:

Code:
 
DEFINE Store_to_clean
STORE MI SELECT GLOBAL ALL CONFIRM DEL_OLD 'superdupertmpdatei.mi'
DELETE ALL CONFIRM
LOAD CHECK_2D 'superdupertmpdatei.mi'
END_DEFINE
Drafting stores only the elements that it knows the rest will be deleted.
Reply With Quote