APIadd |
public bool addRebarRowInSection( int sectionID, int numBars, double latCover, double hei, int matID, double Dmm, double rebarPreStress = 0 )
Public Function addRebarRowInSection ( sectionID As Integer, numBars As Integer, latCover As Double, hei As Double, matID As Integer, Dmm As Double, Optional rebarPreStress As Double = 0 ) As Boolean Dim instance As API Dim sectionID As Integer Dim numBars As Integer Dim latCover As Double Dim hei As Double Dim matID As Integer Dim Dmm As Double Dim rebarPreStress As Double Dim returnValue As Boolean returnValue = instance.addRebarRowInSection(sectionID, numBars, latCover, hei, matID, Dmm, rebarPreStress)
public: bool addRebarRowInSection( int sectionID, int numBars, double latCover, double hei, int matID, double Dmm, double rebarPreStress = 0 )
member addRebarRowInSection : sectionID : int * numBars : int * latCover : float * hei : float * matID : int * Dmm : float * ?rebarPreStress : float (* Defaults: let _rebarPreStress = defaultArg rebarPreStress 0 *) -> bool
(c) NextFEM 2015-2025