powered by
This function is mainly for internal use. It simply increments the internal object ID number and returns the new value. Negative values have no effect.
rgl.incrementID(n = 1L)
The resulting ID value.
An integer increment to use.
# Get the current ID value rgl.incrementID(0) # Increment it rgl.incrementID()
Run the code above in your browser using DataLab