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?