Method explode
- Namespace
- vdWebLibrary
- Assembly
- JsPropertiesExtractor.dll
explode()
Explode the default active selection entities
New sub entities are added to the active layout and seleced original entities are mark as Deleted.
See also ExplodeObjects(object)
It also write to UndoHistory() and script buffer
public void explode()
Examples
//Prompt user to select entities to be exploded
vdcanvas.scriptCommand.select(null, function (vdcanvas) { vdcanvas.scriptCommand.explode(); });
Remarks
this method write to UndoHistory and to Script buffer also.