Gets the thermal results for the specified component at the specified node for all solutions steps.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetThermalComponentForAllStepsAtNode( _
ByVal NComponent As Integer, _
ByVal NNodeNum As Integer, _
ByVal DispPlane As Object, _
ByVal NUnits As Integer, _
ByRef ErrorCode As Integer _
) As Object |
Visual Basic (Usage) | |
---|
Dim instance As ICWResults
Dim NComponent As Integer
Dim NNodeNum As Integer
Dim DispPlane As Object
Dim NUnits As Integer
Dim ErrorCode As Integer
Dim value As Object
value = instance.GetThermalComponentForAllStepsAtNode(NComponent, NNodeNum, DispPlane, NUnits, ErrorCode)
|
Parameters
- NComponent
Thermal component as defined in swsThermalComponent_e
- NNodeNum
- Node number
- DispPlane
Plane, axis, or coordinate system; valid only if NComponent is set to a directional component; specify Nothing if NComponent is not a directional component
- NUnits
Temperature unit as defined swsTemperatureUnit_e
- ErrorCode
Error as defined in swsResultsError_e
Return Value
Array of thermal results
Remarks
See Also
Availability
SolidWorks Simulation API 2008 SP1.0