Creates a heat flux load for thermal studies.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function AddHeatFlux( _
ByVal DispArray As System.Object, _
ByRef ErrorCode As System.Integer _
) As CWHeatFlux |
Visual Basic (Usage) | |
---|
Dim instance As ICWLoadsAndRestraintsManager
Dim DispArray As System.Object
Dim ErrorCode As System.Integer
Dim value As CWHeatFlux
value = instance.AddHeatFlux(DispArray, ErrorCode) |
C++/CLI | |
---|
CWHeatFlux^ AddHeatFlux(
& System.Object^ DispArray,
& [Out] System.int 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
Example
See Also
Availability
SOLIDWORKS Simulation API 2008 SP1.0