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 System.Integer, _
ByVal DispRefEntity As System.Object _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICWRemoteLoad
Dim BGlobal As System.Integer
Dim DispRefEntity As System.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