Click or drag to resize

UserDictionary Properties

The UserDictionary type exposes the following members.

Properties
  NameDescription
Public propertyDescription
Gets the text "RhinoCommon UserDictionary".
(Overrides UserDataDescription.)
Public propertyDictionary
Gets the dictionary that is associated with this class.

This dictionary is unique.

Public propertyShouldWrite
Writes this entity if the count is larger than 0.
(Overrides UserDataShouldWrite.)
Public propertyTransform
Updated if user data is attached to a piece of geometry that is transformed and the virtual OnTransform() is not overridden. If you override OnTransform() and want Transform to be updated, then call the base class OnTransform() in your override. The default constructor sets Transform to the identity.
(Inherited from UserData.)
Top
See Also