Creates a stress hot spot plot.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CreateStressHotSpotPlot( _
ByVal BIsolateHotSpots As System.Boolean, _
ByVal BValueByNodes As System.Boolean, _
ByRef ErrorCode As System.Integer _
) As CWPlot |
Visual Basic (Usage) | |
---|
Dim instance As ICWResults
Dim BIsolateHotSpots As System.Boolean
Dim BValueByNodes As System.Boolean
Dim ErrorCode As System.Integer
Dim value As CWPlot
value = instance.CreateStressHotSpotPlot(BIsolateHotSpots, BValueByNodes, ErrorCode) |
CSolidWorks.Interop.cosworks~SolidWorks.Interop.cosworks.ICWResults~CreateStressHotSpotPlot.html# | |
---|
CWPlot CreateStressHotSpotPlot(
System.bool BIsolateHotSpots,
System.bool BValueByNodes,
out System.int ErrorCode
) |
Parameters
- BIsolateHotSpots
- True to isolate stress hot spots, false to not
- BValueByNodes
- True to plot node values, false to plot element values
- ErrorCode
- Error code as defined in swsStressHotSpotPlotError_e
Return Value
ICWPlot
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2017 SP0