Hide Table of Contents
GetWeldSizingSettingEuro Method (ICWEdgeWeldConnector)

Gets the European Standard settings for weld sizing calculations.

.NET Syntax

Visual Basic (Declaration) 
Function GetWeldSizingSettingEuro( _
   ByRef NWeakMaterial As System.Integer, _
   ByRef DUltimateTensileStrength As System.Double, _
   ByRef NTensileStrengthUnit As System.Integer, _
   ByRef DCorrelationFactor As System.Double, _
   ByRef DPartialSafetyFactor As System.Double, _
   ByRef BIsEstimatedWeldSize As System.Boolean, _
   ByRef DEstimatedWeldSize As System.Double, _
   ByRef NEstimatedWeldSizeUnit As System.Integer _
) As System.Integer
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.GetWeldSizingSettingEuro(NWeakMaterial, DUltimateTensileStrength, NTensileStrengthUnit, DCorrelationFactor, DPartialSafetyFactor, BIsEstimatedWeldSize, DEstimatedWeldSize, NEstimatedWeldSizeUnit)
C# 
System.int GetWeldSizingSettingEuro( 
   out System.int NWeakMaterial,
   out System.double DUltimateTensileStrength,
   out System.int NTensileStrengthUnit,
   out System.double DCorrelationFactor,
   out System.double DPartialSafetyFactor,
   out System.bool BIsEstimatedWeldSize,
   out System.double DEstimatedWeldSize,
   out System.int NEstimatedWeldSizeUnit
)
C++/CLI 
System.int GetWeldSizingSettingEuro( 
&   [Out] System.int NWeakMaterial,
&   [Out] System.double DUltimateTensileStrength,
&   [Out] System.int NTensileStrengthUnit,
&   [Out] System.double DCorrelationFactor,
&   [Out] System.double DPartialSafetyFactor,
&   [Out] System.bool BIsEstimatedWeldSize,
&   [Out] System.double DEstimatedWeldSize,
&   [Out] System.int 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

See the ICWEdgeWeldConnector examples.

Remarks

This method is valid only if ICWEdgeWeldConnector::GetCodeType returns swsEdgeWeldSolverCode_e.swsEdgeWeldSolverCodeEURO.
 

See Also

Availability

SOLIDWORKS Simulation API 2015 SP0


Provide feedback on this topic

SOLIDWORKS welcomes your feedback concerning the presentation, accuracy, and thoroughness of the documentation. Use the form below to send your comments and suggestions about this topic directly to our documentation team. The documentation team cannot answer technical support questions. Click here for information about technical support.

* Required

 
*Email:  
Subject:   Feedback on Help Topics
Page:   GetWeldSizingSettingEuro Method (ICWEdgeWeldConnector)
*Comment:  
*   I acknowledge I have read and I hereby accept the privacy policy under which my Personal Data will be used by Dassault Systèmes

Print Topic

Select the scope of content to print:

x

We have detected you are using a browser version older than Internet Explorer 7. For optimized display, we suggest upgrading your browser to Internet Explorer 7 or newer.

 Never show this message again
x

Web Help Content Version: API Help (English only) 2015 SP05

To disable Web help from within SOLIDWORKS and use local help instead, click Help > Use SOLIDWORKS Web Help.

To report problems encountered with the Web help interface and search, contact your local support representative. To provide feedback on individual help topics, use the “Feedback on this topic” link on the individual topic page.