PythonCodeTargetCallback

Specifies the PythonCodeTargetCallback.

Declaration Syntax

public enum PythonCodeTargetCallback

Table 1553: Members

Member

GetBodyCommands

Invoked during the generation of the solver input file, and commands inserted through here will be inserted after material definitions in /PREP7.

Member

GetContactCommands

Invoked during the generation of the solver input file, and commands inserted through here will be inserted after the contact region definition

Member

GetPostCommands

Invoked during the generation of the solver input file, and commands inserted through here will be inserted immediately after the /POST1 command.

Member

GetSolveCommands

Invoked during the generation of the solver input file, and commands inserted through here will be inserted prior to the ANSYS SOLVE command.

Member

OnAfterGeometryChanged

Invoked after geometry changes.

Member

OnAfterMeshGenerated

Invoked after mesh is finished generating.

Member

OnAfterObjectChanged

Invoked when an object changes.

Member

OnAfterPost

Invoked after post processing is finished.

Member

OnAfterSolve

Invoked after a solve is finished.

Member

OnBeforeSolve

Invoked prior to a solve starting after the solve button is clicked.

Member

Unknown

Unknown.