![]() | APIadd |
public bool addNVMhinge( string name, string checkType, int position, bool includeShear = false, bool includeTorsion = false, double cKpl = 0.001, double FresRatio = 0.2, bool stopResidualBranch = false )
Public Function addNVMhinge ( name As String, checkType As String, position As Integer, Optional includeShear As Boolean = false, Optional includeTorsion As Boolean = false, Optional cKpl As Double = 0.001, Optional FresRatio As Double = 0.2, Optional stopResidualBranch As Boolean = false ) As Boolean Dim instance As API Dim name As String Dim checkType As String Dim position As Integer Dim includeShear As Boolean Dim includeTorsion As Boolean Dim cKpl As Double Dim FresRatio As Double Dim stopResidualBranch As Boolean Dim returnValue As Boolean returnValue = instance.addNVMhinge(name, checkType, position, includeShear, includeTorsion, cKpl, FresRatio, stopResidualBranch)
public: bool addNVMhinge( String^ name, String^ checkType, int position, bool includeShear = false, bool includeTorsion = false, double cKpl = 0.001, double FresRatio = 0.2, bool stopResidualBranch = false )
member addNVMhinge : name : string * checkType : string * position : int * ?includeShear : bool * ?includeTorsion : bool * ?cKpl : float * ?FresRatio : float * ?stopResidualBranch : bool (* Defaults: let _includeShear = defaultArg includeShear false let _includeTorsion = defaultArg includeTorsion false let _cKpl = defaultArg cKpl 0.001 let _FresRatio = defaultArg FresRatio 0.2 let _stopResidualBranch = defaultArg stopResidualBranch false *) -> bool
(c) NextFEM 2015-2025