/
Cuts
GiD - The personal pre and post processor
Cuts
GiD_Event_AfterCreateCutSet: will be called just after a postprocess cut is created, providing its name
proc GiD_Event_AfterCreateCutSet { name } { }
GiD_Event_AfterRenameCutSet: will be called just after a postprocess cut has been renamed providing its old and current name
proc GiD_Event_AfterRenameCutSet { oldname newname } { }
GiD_Event_BeforeDeleteCutSet: will be called just before a postprocess cut will be deleted created, providing its name.
If the procedure return -cancel- then the cut won't be deleted
proc GiD_Event_BeforeDeleteCutSet { name } { #value -cancel- to avoid deletion return $value }
, multiple selections available,
Related content
Sets
More like this
Start/End
Start/End
More like this
Events postprocess
Events postprocess
More like this
Intervals
Intervals
More like this
Conditions
Conditions
More like this
Other
More like this
COPYRIGHT © 2022 · GID · CIMNE