Announcements

Between mid-October and November, the content on AREA will be relocated to the Autodesk Community M&E Hub and the Autodesk Community Gallery. Learn more HERE.

iterate IBitArray with 2025 sdk o

iterate IBitArray with 2025 sdk o

sharfym
Contributor Contributor
156 Views
2 Replies
Message 1 of 3

iterate IBitArray with 2025 sdk o

sharfym
Contributor
Contributor

as you cannot iterate IBitArray with 3ds max 2025 sdk, or is there any other way to do that.

sharfym_1-1750773943604.png

 

 

0 Likes
157 Views
2 Replies
Replies (2)
Message 2 of 3

MartinBeh
Advisor
Advisor

In MAXScript you need to cast it to an array before you can index it. Without that, it will only tell you which bits are set

Martin B   EESignature
→ please 'Like' posts that are helpful; if a post answers your question please click the "Accept Solution" button.
0 Likes
Message 3 of 3

sharfym
Contributor
Contributor

sharfym_0-1750954158754.png

iterating through IBitArrayValue seems to work.

Thanks.