Sets the face, edge, or plane reference to determine the direction of the velocity at impact.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetEntityForVelocityDirection( _
ByVal DispEntity As Object _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWDropTestSetup
Dim DispEntity As Object
Dim value As Integer
value = instance.SetEntityForVelocityDirection(DispEntity)
|
C# | |
---|
int SetEntityForVelocityDirection(
object DispEntity
) |
C++/CLI | |
---|
int SetEntityForVelocityDirection(
& Object^ DispEntity
) |
Parameters
- DispEntity
- Face, edge, or plane geometry reference (see Remarks)
Return Value
Error code as defined in
swsDropTestSetUpError_e (see
Remarks)
Remarks
See Also
Availability
SolidWorks Simulation API 2012 SP0