![]() | APIset |
public bool setSteelSection( int ID, int SectionClass = 3, double alphaLT = 0.76, double alphay = 0.76, double alphaz = 0.76, double Jw = 0 )
Public Function setSteelSection ( ID As Integer, Optional SectionClass As Integer = 3, Optional alphaLT As Double = 0.76, Optional alphay As Double = 0.76, Optional alphaz As Double = 0.76, Optional Jw As Double = 0 ) As Boolean Dim instance As API Dim ID As Integer Dim SectionClass As Integer Dim alphaLT As Double Dim alphay As Double Dim alphaz As Double Dim Jw As Double Dim returnValue As Boolean returnValue = instance.setSteelSection(ID, SectionClass, alphaLT, alphay, alphaz, Jw)
public: bool setSteelSection( int ID, int SectionClass = 3, double alphaLT = 0.76, double alphay = 0.76, double alphaz = 0.76, double Jw = 0 )
member setSteelSection : ID : int * ?SectionClass : int * ?alphaLT : float * ?alphay : float * ?alphaz : float * ?Jw : float (* Defaults: let _SectionClass = defaultArg SectionClass 3 let _alphaLT = defaultArg alphaLT 0.76 let _alphay = defaultArg alphay 0.76 let _alphaz = defaultArg alphaz 0.76 let _Jw = defaultArg Jw 0 *) -> bool
(c) NextFEM 2015-2025