Fired when a motion study is calculated and there are external forces.
.NET Syntax
Visual Basic (Declaration) | |
---|
Public Delegate Function DMotionStudyEvents_ForceTimeStepChangeNotifyEventHandler( _
ByVal Force As String, _
ByVal Time As Double, _
ByRef ForceMagnitude As Double _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As New DMotionStudyEvents_ForceTimeStepChangeNotifyEventHandler(AddressOf HandlerMethod)
|
C# | |
---|
public delegate int DMotionStudyEvents_ForceTimeStepChangeNotifyEventHandler(
string Force,
double Time,
ref double ForceMagnitude
) |
C++/CLI | |
---|
public delegate int DMotionStudyEvents_ForceTimeStepChangeNotifyEventHandler(
& String^ Force,
& double Time,
& double% ForceMagnitude
) |
Parameters
- Force
- Force name
- Time
- Time
- ForceMagnitude
- New force or torque magnitude
Remarks
Availability
SolidWorks 2008 SP01, Revision Number 16.1