Skip to content

Commit

Permalink
don't attempt to explode xlines, rays, images
Browse files Browse the repository at this point in the history
  • Loading branch information
qcad committed Nov 11, 2019
1 parent 5406cb6 commit 6814dc5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/Modify/Explode/Explode.js
Expand Up @@ -102,6 +102,9 @@ Explode.explodeSelection = function(di, toolTitle) {
// these entity types are not explodable:
if (isPointEntity(entity) ||
isLineEntity(entity) ||
isXLineEntity(entity) ||
isRayEntity(entity) ||
isImageEntity(entity) ||
isArcEntity(entity) ||
isViewportEntity(entity)) {
continue;
Expand Down

0 comments on commit 6814dc5

Please sign in to comment.