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.
|
GetCommands(IUserLoad, ISolverData, TextWriter)
|
Called to collect all commands to add to the solver input file.
|
GetNodalValuesForDisplay(IUserLoad, Int32[])
|
Called to get nodal values associated to the load.
|
GetPostCommands(IUserLoad, StringWriter)
|
Called to collect all "post" commands to add to the solver input file.
|
GetPreCommands(IUserLoad, StringWriter)
|
Called to collect all "pre" commands to add to the solver input file.
|
GetSolveCommands(IUserLoad, StringWriter)
|
Called to collect all "solve" commands to add to the solver input file.
|
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.
|
OnAfterGenerate(IUserObject)
|
Called when the generation is completed.
|
OnClearData(IUserObject)
|
Callback that is invoked when object data are cleared.
|
OnDrawBodyViews(IUserLoad, IBodyView, IBodyView)
|
Called to collect all commands to add to the solver input file.
|
OnDuplicate(IUserObject)
|
Callback that is invoked when the object is duplicated.
|
OnGenerate(IUserObject, Func<Int32, String, Boolean>)
|
Called when the load object is generated.
|
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.
|
OnSuppress(IUserObject)
|
Callback that is invoked when the object is suppressed.
|
OnUnsuppress(IUserObject)
|
Callback that is invoked when the object is unsuppressed.
|