Message 1 of 8
Not applicable
10-19-2016
03:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I need to assign some XData values to a solid (box) face.
I try to use:
ads_name selSet;
acedSSGet( L"_:V", nullptr, nullptr, nullptr, selSet );
to let user specify the face. It seems to work fine, but how can I then get the face(s) selected ?
I tried:
ads_name entity;
acedSSName( selSet, 0, entity );
but it returns the entire solid...
Solved! Go to Solution.

