Article | 70002490 |
Type | Wish |
Product | WebJS |
Version | 1005 |
Date Added | 3/5/2024 12:00:00 AM |
Fixed | 11.1.3.0 (3/6/2024 12:00:00 AM) |
Submitted by | Activeplan |
Summary
Explode entities into its component parts
Solution
New additional supported entities that can be expode added to version 11.1.3 except the vdInsert entities.
In version 11.1.3 the ExplodeObjects support the explode of the following objects:
vdInsert, vdRect , vdPolyline(with lines and bulges) , vd3dFace, vdPolyface and entities with Explode collection property like dimensions or vdProxyFigures.
Also a new explode command was added to vdcanvas.scriptCommand
example:
vdcanvas.scriptCommand.select(null, function (vdcanvas) { vdcanvas.scriptCommand.explode(); });