Class to Explode Attributes

Class to Explode Attributes

Anonymous
Not applicable
205 Views
1 Reply
Message 1 of 2

Class to Explode Attributes

Anonymous
Not applicable
Das any know were I can get a class or function to explode attributes like
the burst command das?

Lawrence
0 Likes
206 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
Lawrence,

When you use the explode() method that is what Explode command does this
function returns to you an array of entities that are generated by the
explode function of each kind of entities. If you would like to implement
this feature on your custom entity you must override the explode() method
and put in this array your desired group of entities to replace the main
entity.

When you call the explode method even on AutoCAD native entities is up to
you to add these returned entities to database or do what you want. They are
not database resident.

Regards,
Fernando.

"Lawrence" wrote in message
news:F364986A438A3B8B2E62101FB5FA810C@in.WebX.maYIadrTaRb...
>
> Das any know were I can get a class or function to explode attributes like
> the burst command das?
>
> Lawrence
>
>
0 Likes