![]() | APIadd |
public bool addLongitRebar( string elem, double X, double Y, double area, int matID, double Linit, double Lfin, double rectBase = 0, double strandTens = 0 )
Public Function addLongitRebar ( elem As String, X As Double, Y As Double, area As Double, matID As Integer, Linit As Double, Lfin As Double, Optional rectBase As Double = 0, Optional strandTens As Double = 0 ) As Boolean Dim instance As API Dim elem As String Dim X As Double Dim Y As Double Dim area As Double Dim matID As Integer Dim Linit As Double Dim Lfin As Double Dim rectBase As Double Dim strandTens As Double Dim returnValue As Boolean returnValue = instance.addLongitRebar(elem, X, Y, area, matID, Linit, Lfin, rectBase, strandTens)
public: bool addLongitRebar( String^ elem, double X, double Y, double area, int matID, double Linit, double Lfin, double rectBase = 0, double strandTens = 0 )
member addLongitRebar : elem : string * X : float * Y : float * area : float * matID : int * Linit : float * Lfin : float * ?rectBase : float * ?strandTens : float (* Defaults: let _rectBase = defaultArg rectBase 0 let _strandTens = defaultArg strandTens 0 *) -> bool
(c) NextFEM 2015-2025