Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a set of code that I am using to update the attributes of an entity after being inserted. Generally it looks like the following:
(setq e (c:wd_insym2 "component" '(2.1 21) nil nil))
This works fine with
(c:wd_modattrval e "attr" value" 1)
However when I insert a multipole component things do not work since none of the entity names are returned (e is nil in the following):
(setq e (c:ace_multipole "component" 3 '(2.1 21 0) 13))
I have not found a way to make entsel use a point selection programmatically, or get the entity name out of a ssget.
I am pretty sure this is doable, I am just drawing a blank.
Thanks,
Vince
Solved! Go to Solution.