Skip to content

How to adjust the Serviceability Limits in SteelDesignServiceabilityConfigurations #289

Closed Answered by heetrojivadiya
MFE-VIRO asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @MFE-VIRO ,

Thank you for reaching us. At the moment, we can not excess steel design sls with python. Although, you can set steel design sls with javaScript. So, you can create temporary .js file and which you can run in python with help of run_script() function. Here, I have attached small example of it.

import os
baseName = os.path.basename(__file__)
dirName = os.path.dirname(__file__)

from RFEM.enums import *
from RFEM.initModel import Model, SetAddonStatus
from RFEM.BasicObjects.material import Material
from RFEM.BasicObjects.member import Member
from RFEM.BasicObjects.section import Section
from RFEM.BasicObjects.node import Node
from RFEM.SteelDesign.steelServiceabilityConfig…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by heetrojivadiya
Comment options

You must be logged in to vote
2 replies
@MFE-VIRO
Comment options

@heetrojivadiya
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants