Creates a radiation load for thermal studies.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function AddRadiation( _
ByVal NRadType As System.Integer, _
ByVal DispArray As System.Object, _
ByRef ErrorCode As System.Integer _
) As CWRadiation |
Visual Basic (Usage) | |
---|
Dim instance As ICWLoadsAndRestraintsManager
Dim NRadType As System.Integer
Dim DispArray As System.Object
Dim ErrorCode As System.Integer
Dim value As CWRadiation
value = instance.AddRadiation(NRadType, DispArray, ErrorCode) |
Parameters
- NRadType
Type of radiation as defined in swsRadiationType_e
- DispArray
- Array of faces or shell edges to which to apply radiation
- ErrorCode
Error as defined in swsRadiationError_e
Return Value
Radiation
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2008 SP1.0