![]() | APIadd |
public int addDCSection( double Lz, double Ly, double tw, double tf1, double tf2, double gap, double Lz2 = 0 )
Public Function addDCSection ( Lz As Double, Ly As Double, tw As Double, tf1 As Double, tf2 As Double, gap As Double, Optional Lz2 As Double = 0 ) As Integer Dim instance As API Dim Lz As Double Dim Ly As Double Dim tw As Double Dim tf1 As Double Dim tf2 As Double Dim gap As Double Dim Lz2 As Double Dim returnValue As Integer returnValue = instance.addDCSection(Lz, Ly, tw, tf1, tf2, gap, Lz2)
public: int addDCSection( double Lz, double Ly, double tw, double tf1, double tf2, double gap, double Lz2 = 0 )
member addDCSection : Lz : float * Ly : float * tw : float * tf1 : float * tf2 : float * gap : float * ?Lz2 : float (* Defaults: let _Lz2 = defaultArg Lz2 0 *) -> int
(c) NextFEM 2015-2025