Tests an object to see if it is valid.
...
Gets the amount of user strings.
id used to retrieve the string.
string associated with the key if successful. null if no key was found.
Gets user string from this geometry.
Gets a copy of all (user key string, user value string) pairs attached to this geometry.
id used to retrieve this string.
string associated with key.
true if successful, false if not.
Attach a user string (key,value combination) to this geometry.
Create a JSON string representation of this object
Static
A json formatted object in the following format (values are orientative):
{ version: 10000, archive3dm: 60, opennurbs: -1877964208, data: 'encoded 3dm object data'} Copy
{ version: 10000, archive3dm: 60, opennurbs: -1877964208, data: 'encoded 3dm object data'}
Decodes a Rhino Object
Tests an object to see if it is valid.