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.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Option for query results to not have range specifier

Option for query results to not have range specifier

When making a query to say, polyListComponentConversion, it would be nice to not have a result where there's a range specifier and just have a 1 to 1 result.

Example:
// Result Given
Face 206: Indices(49, 104, 76) | polySurface2.map[240] = 104
Face 206: Indices(49, 104, 76) | polySurface2.map[251:252] = 49, 76

// Preferred Result
Face 206: Indices(49, 104, 76) | polySurface2.map[240] = 104
Face 206: Indices(49, 104, 76) | polySurface2.map[251] = 49
Face 206: Indices(49, 104, 76) | polySurface2.map[252] = 76

Example 2:
// Result Given
Face 206: Indices(49, 104, 76) | polySurface2.map[250:252] = 104, 49, 76

// Preferred Result
Face 206: Indices(49, 104, 76) | polySurface2.map[250] = 104
Face 206: Indices(49, 104, 76) | polySurface2.map[251] = 49
Face 206: Indices(49, 104, 76) | polySurface2.map[252] = 76

Add a query flag for the results/return list/etc.. to be expanded instead of grouped with ranges.

Would make life a little easier without having to also parse through ranges on results.

1 Comment
tj.galda
Alumni
Status changed to: Archived

Closing due to lack of votes

Can't find what you're looking for? Ask the community or share your knowledge.

Submit Idea