The OnSurfaceBodyChanged event notifies the client when the surface and solid geometry of a part geometrically changes.
Name | Type | Description |
Context | NameValueMap | Input object that can be used to determine the context of why the event fired. Additional information is provided through this argument to help in understanding the context of the notification. Name = "Undo". Value = A Boolean indicating if the change occurred as the result of an undo operation. This context value is only provided in the case where the change does occur because of an undo operation, so the value will always be True. |
BeforeOrAfter | EventTimingEnum | Input indicating when the event is being fired. Notification is only sent after the surface body has changed, so this value is always kAfter. |
HandlingCode | HandlingCodeEnum |