Enum: PythonCodeTargetCallback
Specifies the PythonCodeTargetCallback.
Examples
Fields
Name |
Description |
GetBodyCommands
|
Invoked during the generation of the solver input file, and commands inserted through here will be inserted after material definitions in /PREP7.
|
GetContactCommands
|
Invoked during the generation of the solver input file, and commands inserted through here will be inserted after the contact region definition
|
GetPostCommands
|
Invoked during the generation of the solver input file, and commands inserted through here will be inserted immediately after the /POST1 command.
|
GetSolveCommands
|
Invoked during the generation of the solver input file, and commands inserted through here will be inserted prior to the ANSYS SOLVE command.
|
OnAfterGeometryChanged
|
Invoked after geometry changes.
|
OnAfterMeshGenerated
|
Invoked after mesh is finished generating.
|
OnAfterObjectChanged
|
Invoked when an object changes.
|
OnAfterPost
|
Invoked after post processing is finished.
|
OnAfterSolve
|
Invoked after a solve is finished.
|
OnBeforeSolve
|
Invoked prior to a solve starting after the solve button is clicked.
|
Unknown
|
Unknown.
|