BeamSectionProperty - Unable to Write TCL code

Post Reply
AhmedHisham
Posts: 2
Joined: Tue Mar 25, 2025 2:37 pm

BeamSectionProperty - Unable to Write TCL code

Post by AhmedHisham » Tue Mar 25, 2025 3:03 pm

Hi ASDEA team,

I'm trying to construct a double-strut infill wall macro-model in STKO. Each strut is divided into three sections: ElasticHinge, Elastic, and Non-Linear. I used the sections.elastic to construct the first two sections, and I used the sections.fiber to construct the non-linear section. The non-linear sections have a certain number of fibers (120 in this case). I then use the BeamSectionProperty to assign the property to the desired Struts using "Hinge" in the Option drop-down menu.
BeamSectionProperty.png
This shows the error that appears while using the property
BeamSectionProperty.png (172.43 KiB) Viewed 2292 times
You can see that there is an error that appears as soon as I choose the BeamSectionProperty which also happens if I choose BeamSectionProperty(old). I ignored the error, and I assigned the materials as I described above and as shown in the figure.
Property assignment.png
Property assignment.png (23.57 KiB) Viewed 2292 times
I then tried to run the analysis, and I got this error message.
Error Message.png
Error Message.png (208 KiB) Viewed 2292 times
.
Can you please advise as to how to solve this problem. I attached the model along with the python code I use to be easier to inspect if needed.
Infill model.zip
(415.05 KiB) Downloaded 144 times

STKO Team
Posts: 3066
Joined: Tue Oct 29, 2019 8:45 am

Re: BeamSectionProperty - Unable to Write TCL code

Post by STKO Team » Mon Apr 28, 2025 8:33 am

This edge has an Element Property , but no Physical property. That's what the error is saying
missing prop.png
missing prop.png (232.3 KiB) Viewed 2138 times

Post Reply