I would like to know what is Guid in IronPython in Rhino. I am new to python scripting in Rhino and want to know basic building blocks of the python script.
stevebaer
(Steve Baer)
December 8, 2017, 9:29pm
2
It is a unique number that is used in many different ways in Rhino.
A universally unique identifier (UUID) is a 128-bit number used to identify information in computer systems. The term globally unique identifier (GUID) is also used. When generated according to the standard methods, UUIDs are for practical purposes unique, without depending for their uniqueness on a central registration authority or coordination between the parties generating them, unlike most other numbering schemes. While the probability that a UUID will be duplicated is not zero, it is close e...
1 Like