Share

ModelingEvents Object


Description

The ModelingEvents object provides notification of modeling events including new feature, feature delete, changed feature, client feature or new/changed parameters.

Properties

Name Description
Application Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned.
Parent Gets the parent object from whom this object can logically be reached.
Type Returns an ObjectTypeEnum indicating this object's type.

Events

Name Description
OnClientFeatureDoubleClick Event that fires when the user double-clicks a client feature.
OnDelete The OnDelete event notifies the client when a modeling entity is deleted.
OnFeatureChange Event that is fired whenever a feature changes.
OnGenerateMember Event that fires before and after an iPart or an iAssembly member is being generated or regenerated.
OnGenerateModelStateMember Event that fires before and after an model state member document is being generated or regenerated.
OnNewFeature Event that is fired whenever a feature is created.
OnNewParameter The OnNewParameter event notifies the client when a new parameter is created.
OnParameterChange The OnParameterChange event notifies the client when a parameter is changed.

Accessed From

Application.ModelingEvents, InventorServer.ModelingEvents, InventorServerObject.ModelingEvents

Version

Introduced in version 11

Was this information helpful?