Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
any idea why
(vla-CheckInterference(vlax-ename->vla-object(car(entsel)))(vlax-ename->vla-object(car(entsel))) :vlax-true :vlax-true)
not working but
(command "-interfere" ...) works ?
want to make an if statement so command route is not suitable and when solids not interfere returns nil
Solved! Go to Solution.