Hi;
Using PressureDepend and PressureIndepend soil materials in a model. I want to use UpdateMaterialStage command to activate plastic response of the material after gravity analysis. I couldn't find any information about how to do it in the STKO manual. Please help.
Regards.
UpdateMaterialStage Command in STKO
UpdateMaterialStage Command in STKO
Vefa OKUMUS
MSc. Structural Engineer
PhD candidate.
Software Developer.
Istanbul - Turkey
MSc. Structural Engineer
PhD candidate.
Software Developer.
Istanbul - Turkey
Re: UpdateMaterialStage Command in STKO
The updateMaterialStage command is not directly available in STKO since we use the "parameter" and "updateParameter" commands.
However if you want to use the updateMaterialStage command you can do the following:
However if you want to use the updateMaterialStage command you can do the following:
- new AnalysisStep
- choose Model -> Misc_commands -> customCommand
- in the TCLscript attribute, click with the mouse in the right column, and click on the "+" sign that appears on the right
- a window with a TCL script editor will appear
- there you can write any custom TCL command that is not directly available in STKO.
In this case you can just write:
updateMaterialStage -material $tag -stage $sNum
where $tag is the ID of the physical property as given in the worktree of STKO
and $sNum is the stage (0 = elastic , 1 = plastic)
Re: UpdateMaterialStage Command in STKO
Ah I see. Looks like custom command is a great feature in STKO. I'll check it out.
Regards.
Regards.
Vefa OKUMUS
MSc. Structural Engineer
PhD candidate.
Software Developer.
Istanbul - Turkey
MSc. Structural Engineer
PhD candidate.
Software Developer.
Istanbul - Turkey