![]() | APIadd |
public bool addNormalhinge( string name, string checkType, int position, bool includeShear = false, bool includeTorsion = false, double cKpl = 0.001, double FresRatio = 0.2 )
Public Function addNormalhinge ( 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 ) 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 returnValue As Boolean returnValue = instance.addNormalhinge(name, checkType, position, includeShear, includeTorsion, cKpl, FresRatio)
public: bool addNormalhinge( String^ name, String^ checkType, int position, bool includeShear = false, bool includeTorsion = false, double cKpl = 0.001, double FresRatio = 0.2 )
member addNormalhinge : name : string * checkType : string * position : int * ?includeShear : bool * ?includeTorsion : bool * ?cKpl : float * ?FresRatio : float (* Defaults: let _includeShear = defaultArg includeShear false let _includeTorsion = defaultArg includeTorsion false let _cKpl = defaultArg cKpl 0.001 let _FresRatio = defaultArg FresRatio 0.2 *) -> bool
(c) NextFEM 2015-2025