Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, I want to change the explodable property of a Block but somehow that property is missing?
The Reference guide (2024) says it should have it:
But when I use vlax-dump-object on the block it doesnt show the explodable property..
also when using (vla-put-explodable (vlax-ename->vla-object (car (entsel))) :vlax-true)
i get this message "ActiveX server returned the following error: unknown name: Explodable."
Can anyone help me with that?
Solved! Go to Solution.