Gets thermal values for all nodes at the specified solution step.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetThermalValues( _
ByVal NStepNumber As System.Integer, _
ByVal DispPlane As System.Object, _
ByVal NUnits As System.Integer, _
ByRef ErrorCode As System.Integer _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As ICWResults
Dim NStepNumber As System.Integer
Dim DispPlane As System.Object
Dim NUnits As System.Integer
Dim ErrorCode As System.Integer
Dim value As System.Object
value = instance.GetThermalValues(NStepNumber, DispPlane, NUnits, ErrorCode) |
Parameters
- NStepNumber
- Solution step number (use 1 for steady state)
- DispPlane
- Reference geometry
- NUnits
- Temperature unit as defined swsTemperatureUnit_e
- ErrorCode
- Error as defined in swsResultsError_e
Return Value
Array of thermal results (see
Remarks)
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2008 SP1.0