Hi,
I'm using the GeomRayserverInstancer to generate millions of instances. Everything works except I can't get user attributes to work.
I want to assign a user attribute to each instance. ie "rand= (random number from 0 to 1)"
In the documentation there's different functions for setting user attributes, but it looks like "set_user_attributes_bin", is the one to use.
The argument for this function is an intList, so I guess I need to convert my CharString to a byte int?
The documentation also says to refer to "BinUserAttributesWriter". Where can I find information about that?
I'm using the GeomRayserverInstancer to generate millions of instances. Everything works except I can't get user attributes to work.
I want to assign a user attribute to each instance. ie "rand= (random number from 0 to 1)"
In the documentation there's different functions for setting user attributes, but it looks like "set_user_attributes_bin", is the one to use.
The argument for this function is an intList, so I guess I need to convert my CharString to a byte int?
The documentation also says to refer to "BinUserAttributesWriter". Where can I find information about that?
Comment