The OnSketch3DChange event notifies the client when the geometry of a 3D sketch is changed.
Name | Type | Description |
DocumentObject | Document | The Document object the 3D sketch is within. |
Sketch3D | Sketch3D | The 3D sketch that is changing. |
BeforeOrAfter | EventTimingEnum | Input EventTimingEnum indicating when the event is being fired. Notification is sent before and after the sketch is changed. |
Context | NameValueMap | Input NameValueMap object that can be used to determine the context of why the event fired. No context information is provided for this event. |
HandlingCode | HandlingCodeEnum | Output HandlingCodeEnum that indicates how you are handling the event. The value of this argument is currently ignored for this event. |