UserDictionary Properties |
The UserDictionary type exposes the following members.
Name | Description | |
---|---|---|
Description |
Gets the text "RhinoCommon UserDictionary".
(Overrides UserDataDescription.) | |
Dictionary |
Gets the dictionary that is associated with this class.
This dictionary is unique. | |
ShouldWrite |
Writes this entity if the count is larger than 0.
(Overrides UserDataShouldWrite.) | |
Transform |
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.) |