Igs file import naming recognition

I saw a third party reference for a Rhino script that will convert igs layer numbering to Rhino layer names desired.
I’m just wanting to confirm this is possible.
My program that exports my geometry in the igs file format does an automatic naming of all the separate ‘primitives’(Objects in Rhino) with their convention identifying each object as belonging to the same ‘group’ with group:iges_level_0

Upon importing Rhino sees the name iges_level_0

But I’m looking at filing a Feature Request of this program that lets me redefine the export name to any number like:

iges_level_1, iges_level_2, etc.

So I am wondering if Rhino would see and recognized these different ‘suffix’ numbers, and create seperate layers upon import accordingly?

Hello- Rhino has a SetIGESLayerLevelMap which may help.

-Pascal

So the third party seemed to be referencing what you have directed me too.
That being the case from what I see, the answer would be yes that,
if Rhino can recognized ‘iges_level_0’ it should be able to recognize
any other suffix number like iges_level_1, iges_level_2, etc. ?