APIadd |
public bool addLongitRebarInSection( int sectionID, double X, double Y, double area, int matID, double rectBase = 0, double strandTens = 0 )
Public Function addLongitRebarInSection ( sectionID As Integer, X As Double, Y As Double, area As Double, matID As Integer, Optional rectBase As Double = 0, Optional strandTens As Double = 0 ) As Boolean Dim instance As API Dim sectionID As Integer Dim X As Double Dim Y As Double Dim area As Double Dim matID As Integer Dim rectBase As Double Dim strandTens As Double Dim returnValue As Boolean returnValue = instance.addLongitRebarInSection(sectionID, X, Y, area, matID, rectBase, strandTens)
public: bool addLongitRebarInSection( int sectionID, double X, double Y, double area, int matID, double rectBase = 0, double strandTens = 0 )
member addLongitRebarInSection : sectionID : int * X : float * Y : float * area : float * matID : int * ?rectBase : float * ?strandTens : float (* Defaults: let _rectBase = defaultArg rectBase 0 let _strandTens = defaultArg strandTens 0 *) -> bool
function addLongitRebarInSection(sectionID, X, Y, area, matID, rectBase, strandTens);
(c) NextFEM 2015-2026