Creates a remote load of the specified type at the specified location.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function AddRemoteLoad( _
ByVal NLoadType As System.Integer, _
ByVal DispArray As System.Object, _
ByVal NLocationUnits As System.Integer, _
ByVal DXValue As System.Double, _
ByVal DYValue As System.Double, _
ByVal DZValue As System.Double, _
ByRef ErrorCode As System.Integer _
) As CWRemoteLoad |
Visual Basic (Usage) | |
---|
Dim instance As ICWLoadsAndRestraintsManager
Dim NLoadType As System.Integer
Dim DispArray As System.Object
Dim NLocationUnits As System.Integer
Dim DXValue As System.Double
Dim DYValue As System.Double
Dim DZValue As System.Double
Dim ErrorCode As System.Integer
Dim value As CWRemoteLoad
value = instance.AddRemoteLoad(NLoadType, DispArray, NLocationUnits, DXValue, DYValue, DZValue, ErrorCode) |
Parameters
- NLoadType
- Type of restraint or load as defined in swsRemoteLoadType_e
- DispArray
- NLocationUnits
- Units as defined in swsLinearUnit_e
- DXValue
- X-coordinate of the point of application of the remote load
- DYValue
- Y-coordinate of the point of application of the remote load
- DZValue
- Z-coordinate of the point of application of the remote load
- ErrorCode
Error code as defined in swsLoadsAndRestraintsError_e
Return Value
ICWRemoteLoad
Example
See Also
Availability
SOLIDWORKS Simulation API 2012 SP0