Sets the coordinate system used for interpreting the location and direction of the remote load, mass, or displacement.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetReferenceCoordinateSystem( _
ByVal BGlobal As Integer, _
ByVal DispRefEntity As Object _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICWRemoteLoad
Dim BGlobal As Integer
Dim DispRefEntity As Object
instance.SetReferenceCoordinateSystem(BGlobal, DispRefEntity)
|
Parameters
- BGlobal
- 1 to use the global coordinate system, 0 to use the coordinate system specified by DispRefEntity
- DispRefEntity
- User-defined coordinate system; valid only if BGlobal = 0
See Also
Availability
SolidWorks Simulation API 2012 SP0