Sets the European Standard settings for weld sizing calculations.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As ICWEdgeWeldConnector
Dim NWeakMaterial As System.Integer
Dim DUltimateTensileStrength As System.Double
Dim NTensileStrengthUnit As System.Integer
Dim DCorrelationFactor As System.Double
Dim DPartialSafetyFactor As System.Double
Dim BIsEstimatedWeldSize As System.Boolean
Dim DEstimatedWeldSize As System.Double
Dim NEstimatedWeldSizeUnit As System.Integer
Dim value As System.Integer
value = instance.SetWeldSizingSettingEuro(NWeakMaterial, DUltimateTensileStrength, NTensileStrengthUnit, DCorrelationFactor, DPartialSafetyFactor, BIsEstimatedWeldSize, DEstimatedWeldSize, NEstimatedWeldSizeUnit) |
Parameters
- NWeakMaterial
- Material of weaker joined part as defined in swsWeakMaterial_e
- DUltimateTensileStrength
- Ultimate tensile strength of NWeakMaterial
- NTensileStrengthUnit
- DUltimateTensileStrength units as defined in swsWeldStrengthUnits_e
- DCorrelationFactor
- 0.8 <= correlation factor for weld calculations <= 1.0
- DPartialSafetyFactor
- 1.0 <= partial safety factor for joints <= 1.25
- BIsEstimatedWeldSize
- True to calculate the appropriate size for the weld connector and compare it to DEstimatedWeldSize in the Weld Check Plot; false to just use DEstimatedWeldSize
- DEstimatedWeldSize
- Estimated weld size
- NEstimatedWeldSizeUnit
- DEstimatedWeldSize units as defined in swsEstimatedWeldSizeUnits_e
Return Value
Error code as defined in
swsWeldResultErrorCode_e
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2015 SP0