Name |
Description |
CanAdd(IDataModelObject, String)
|
Callback that is invoked to determine whether the object can be added.
|
CanCreate
|
Callback that is invoked to determine whether the object can be created via the Object Creation API.
|
CanDuplicate(IUserObject, IDataModelObject)
|
Callback that is invoked to determine if the object can be duplicated.
|
CanRemove(IUserObject)
|
Callback that is invoked to determine if the object can be removed.
|
Evaluate(IUserResult, IStepInfo, IResultCollector)
|
Callback that is invoked when the step described by stepInfo is evaluated.
Warning! This is invoked as part of the Mechanical evaluation pipeline. General scripting operations
(such as adding new objects, modifying legends, etc.) may not be safe to do within this callback.
|
GetFieldCount(IUserResult, Int32)
|
Callback that is invoked to get the number of fields (ie components) for a given element or node ID.
|
GetValue(IUserResult, Int32)
|
Callback that is invoked to get the values associated to a node or an element given by its ID.
|
IsValid(IUserObject)
|
Callback that is invoked to determine if the object is valid.
|
OnAdd(IUserObject)
|
Callback that is invoked when the object is newly added.
|
OnClearData(IUserObject)
|
Callback that is invoked when object data are cleared.
|
OnDuplicate(IUserObject)
|
Callback that is invoked when the object is duplicated.
|
OnEndEval(IUserResult, Int32)
|
Callback that is invoked at the end of the evaluation process for a given step.
Warning! This is invoked as part of the Mechanical evaluation pipeline. General scripting operations
(such as adding new objects, modifying legends, etc.) may not be safe to do within this callback.
|
OnHide(IUserObject)
|
Callback that is invoked when the object is hidden.
|
OnInit(IUserObject)
|
Callback that is invoked when the object is initialized.
|
OnMigrate(IUserObject, IUserObject)
|
Callback that is invoked when the object version has been changed.
|
OnRemove(IUserObject)
|
Callback that is invoked when the object is removed.
|
OnShow(IUserObject)
|
Callback that is invoked when the object is shown.
|
OnStartEval(IUserResult, Int32)
|
Callback that is invoked when the evaluation process for a given step starts.
Warning! This is invoked as part of the Mechanical evaluation pipeline. General scripting operations
(such as adding new objects, modifying legends, etc.) may not be safe to do within this callback.
|
OnSuppress(IUserObject)
|
Callback that is invoked when the object is suppressed.
|
OnUnsuppress(IUserObject)
|
Callback that is invoked when the object is unsuppressed.
|