GiD - The personal pre and post processor

Start / End


GiD_Event_InitProblemtype / GiD_Event_BeforeInitProblemtype: will be called when the problem type is selected. It receives the dir argument, which is the absolute path to the problem_type_name.gid directory, which can be useful inside the routine to locate some alternative files.

proc GiD_Event_InitProblemtype { dir } {
}
proc GiD_Event_BeforeInitProblemtype { dir } {
}

Note: InitGIDProject is a deprecated alias of GiD_Event_InitProblemtype


GiD_Event_EndProblemtype: will be called when this project is about to be closed. It has no arguments.

proc GiD_Event_EndProblemtype {} {
}

Note: EndGIDProject is a deprecated alias of GiD_Event_EndProblemtype


GiD_Event_AfterChangeProblemtype

proc GiD_Event_AfterChangeProblemtype { oldproblemtype newproblemtype } {
}


GiD_Event_AfterSetProblemtypeName

proc GiD_Event_AfterSetProblemtypeName { name } {
}



COPYRIGHT © 2022 · GID · CIMNE