The Cog3DCoordinateSpaceTree type exposes the following members.
Events
| Name | Description | |
|---|---|---|
| NameChanged | Occurs after a space name is changed in this tree. | |
| SpaceAdded | Occurs after a new space is added to this tree. | |
| SubtreeDeleted | Occurs after a subtree is deleted from this tree. | |
| SubtreeMoved | Occurs after a subtree is moved within this tree. | |
| TransformChanged | Occurs after a transform is changed in this tree. Note
that the meaning of any spaces descending from the changed
transform will also be altered. This event can be fired
in a variety of ways. For example: (1) by a call to the
ChangeTransform(String, ICog3DTransform)
method, or (2) by a call to the
AddSpace(String, String, ICog3DTransform, CogAddSpaceConstants)
method that replaces an existing transform. | |
| TreeAdded | Occurs after a new tree is added to this tree. |
See Also