Parent Object: ModelingEvents
Event that fires before and after an iPart or an iAssembly member is being generated or regenerated.
| Name | Type | Description |
| FactoryDocumentObject | Document | Name of the factory document. |
| MemberName | String | Name of iPart or iAssembly member. |
| BeforeOrAfter | EventTimingEnum | Input EventTimingEnum indicating if the event is being fired before (kBefore) or after (kAfter) the feature is changed. |
| Context | NameValueMap | Input NameValueMap object that, if populated, can be used to determine the context of why the event fired. |
| HandlingCode | HandlingCodeEnum | Output HandlingCodeEnum that indicates how you are handling the event. |