Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, manually this works fine -
Command: SSX
Select object <None>:
Enter filter option [Block name/Color/Entity/Flag/LAyer/LType/Pick/Style/Thickness/Vector]: ENTITY
>>Enter entity type to add <RETURN to remove>: POLYLINE
Current filter: ((0 . "POLYLINE"))
Enter filter option [Block name/Color/Entity/Flag/LAyer/LType/Pick/Style/Thickness/Vector]:
196 found.
Command:
Command: EXPLODE
Select objects: PREVIOUS
196 found
As a script -
SSX
ENTITY
POLYLINE
EXPLODE
PREVIOUS
it doesn't -
Command: _SCRIPT
Enter script file name <C:\Users\44792\Desktop\OckbrookTEST2.scr>: "C:\Users\44792\Desktop\Lisp\DXF-MODIFY-SCRIPT.scr"
Command: ssx
Select object <None>:
Enter filter option [Block name/Color/Entity/Flag/LAyer/LType/Pick/Style/Thickness/Vector]: ENTITY
>>Enter entity type to add <RETURN to remove>: POLYLINE
Current filter: ((0 . "POLYLINE"))
Enter filter option [Block name/Color/Entity/Flag/LAyer/LType/Pick/Style/Thickness/Vector]:
196 found.
Command:
Command: EXPLODE
Select object: PREVIOUS
*Invalid selection*
Expects a point or Last/ALL/Group
Does anyone know why? Am I missing something obvious?
Thanks.
Solved! Go to Solution.