APIset |
public bool setRebarRotation( string elem, double Linit, double Lfin, int rebarID, double rotation )
Public Function setRebarRotation ( elem As String, Linit As Double, Lfin As Double, rebarID As Integer, rotation As Double ) As Boolean Dim instance As API Dim elem As String Dim Linit As Double Dim Lfin As Double Dim rebarID As Integer Dim rotation As Double Dim returnValue As Boolean returnValue = instance.setRebarRotation(elem, Linit, Lfin, rebarID, rotation)
public: bool setRebarRotation( String^ elem, double Linit, double Lfin, int rebarID, double rotation )
member setRebarRotation : elem : string * Linit : float * Lfin : float * rebarID : int * rotation : float -> bool
function setRebarRotation(elem, Linit, Lfin, rebarID, rotation);
(c) NextFEM 2015-2026