Runs stress hot spot Diagnostics.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As ICWResults
Dim NSensitivityFactor As System.Integer
Dim BRunForNodes As System.Boolean
Dim BFoundHotSpots As System.Boolean
Dim value As System.Integer
value = instance.RunStressHotSpotDiagnostics(NSensitivityFactor, BRunForNodes, BFoundHotSpots) |
CSolidWorks.Interop.cosworks~SolidWorks.Interop.cosworks.ICWResults~RunStressHotSpotDiagnostics.html# | |
---|
System.int RunStressHotSpotDiagnostics(
System.int NSensitivityFactor,
System.bool BRunForNodes,
out System.bool BFoundHotSpots
) |
Parameters
- NSensitivityFactor
- 5 <= Highest equivalent strain percent <= 100
- BRunForNodes
- True to run for nodes, false to not (see Remarks)
- BFoundHotSpots
- True if stress hot spots are found, false if not (see Remarks)
Return Value
Error code as defined in
swsRunStressHotSpotDiagnosticsError_e
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2017 SP0