Gets whether to rotate the stripes by 90° along the surface of the ply of the specified face.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetRotateOrientation2( _
ByVal DispEntity As System.Object, _
ByRef BRotateOri As System.Boolean _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWCompositeShellOptions
Dim DispEntity As System.Object
Dim BRotateOri As System.Boolean
Dim value As System.Integer
value = instance.GetRotateOrientation2(DispEntity, BRotateOri) |
C++/CLI | |
---|
System.int GetRotateOrientation2(
& System.Object^ DispEntity,
& [Out] System.bool BRotateOri
) |
Parameters
- DispEntity
- Face on which to rotate the ply stripes
- BRotateOri
- -1 or true to rotate the stripes by 90°, 0 or false to not
Return Value
Error code as defined in
swsCompositeShellOptionsError_e
Remarks
See Also
Availability
SOLIDWORKS 2022 FCS, Revision Number 30