Sets the orientation reference for the impact plane.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetEntityForTargetOrientation( _
ByVal DispEntity As System.Object _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWDropTestSetup
Dim DispEntity As System.Object
Dim value As System.Integer
value = instance.SetEntityForTargetOrientation(DispEntity) |
C# | |
---|
System.int SetEntityForTargetOrientation(
System.object DispEntity
) |
C++/CLI | |
---|
System.int SetEntityForTargetOrientation(
& System.Object^ DispEntity
) |
Parameters
- DispEntity
- Reference plane
Return Value
Error code as defined in
swsDropTestSetUpError_e (see
Remarks)
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2012 SP0