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