Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

ETABS 2016 API Bug In Frame Property Definition (Rectangular Section)

Status
Not open for further replies.

Efderline

Structural
Joined
Jun 28, 2017
Messages
1
Location
SA
Section_definition_api_problem_fxhsb9.png

I'm experimenting ETABS API from Excel VBA, The weird thing is that when I use the method
Code:
ret = ETABSModel.PropFrame.SetRectangle("B300X700", "C35", 0.7, 0.3)
and then go and check how the defined section looks like, I find the CG isn't placed properly and rebars aren't distributed well, Is there any way to get the CG and rebars distribution to the way produced when defining a rectangular section "manually" from the program itself?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top