What is the relation between explode and erase ?

What is the relation between explode and erase ?

Anonymous
Not applicable
406 Views
1 Reply
Message 1 of 2

What is the relation between explode and erase ?

Anonymous
Not applicable

Hi all ,

 

I just want to know what is the relation between explode command and erase event ?

If there is a relation then how does the erase event is invoked after explode ?How can I achieve that ?

 

Please help.

 

Thanks

Pradeep Sharma

0 Likes
407 Views
1 Reply
Reply (1)
Message 2 of 2

thierry_prince
Advocate
Advocate

Hi,

 

So far I know, when you use the EXPLODE command in AutoCAD :

 1- the AcDbEntity::explode() derived method is called of each entity you selected, so AutoCAD can get the new entities to create,

 2- the new entities are added to the database(),

 3- the subErase(true) method of each object is called to erase the exploded objects.

 

Perhaps the points 2- and 3- should be exchanged.

I hope this helps you.

 

Thierry