Creates heat flux for thermal studies.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function AddHeatFlux( _
ByVal DispArray As Object, _
ByRef ErrorCode As Integer _
) As CWHeatFlux |
Visual Basic (Usage) | |
---|
Dim instance As ICWLoadsAndRestraintsManager
Dim DispArray As Object
Dim ErrorCode As Integer
Dim value As CWHeatFlux
value = instance.AddHeatFlux(DispArray, ErrorCode)
|
Parameters
- DispArray
- Array of entities (faces or shell edges) to which to apply heat flux
- ErrorCode
Error as defined in swsHeatFluxError_e
Return Value
Heat flux
See Also
Availability
SolidWorks Simulation API 2008 SP1.0