Gets the components of moment or rotation for this remote load.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub GetMomentOrRotationValues2( _
ByRef BInclude As System.Boolean, _
ByRef BXValue As System.Boolean, _
ByRef DXValue As System.Double, _
ByRef BYValue As System.Boolean, _
ByRef DYValue As System.Double, _
ByRef BZValue As System.Boolean, _
ByRef DZValue As System.Double _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICWRemoteLoad
Dim BInclude As System.Boolean
Dim BXValue As System.Boolean
Dim DXValue As System.Double
Dim BYValue As System.Boolean
Dim DYValue As System.Double
Dim BZValue As System.Boolean
Dim DZValue As System.Double
instance.GetMomentOrRotationValues2(BInclude, BXValue, DXValue, BYValue, DYValue, BZValue, DZValue) |
C++/CLI | |
---|
void GetMomentOrRotationValues2(
& [Out] System.bool BInclude,
& [Out] System.bool BXValue,
& [Out] System.double DXValue,
& [Out] System.bool BYValue,
& [Out] System.double DYValue,
& [Out] System.bool BZValue,
& [Out] System.double DZValue
) |
Parameters
- BInclude
- -1 or true to get moment or rotation values, 0 or false to not (see Remarks)
- BXValue
- -1 or true to get the value in the x direction, 0 or false to not
- DXValue
- Moment or rotation in the x direction; valid only if BXValue = -1
- BYValue
- -1 or true to get the value in the y direction, 0 or false to not
- DYValue
- Moment or rotation in the y direction; valid only if BYValue = -1
- BZValue
- -1 or true to get the value in the z direction, 0 or false to not
- DZValue
- Moment or rotation in the z direction; valid only if BZValue = -1
Example
Remarks
See Also
Availability
SOLIDWORKS 2022 FCS, Revision Number 30