Sets the directions in which this initial condition is applied.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetDirections2( _
ByVal BDir1 As System.Boolean, _
ByVal BDir2 As System.Boolean, _
ByVal BDir3 As System.Boolean _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICWDynamicInitialCondition
Dim BDir1 As System.Boolean
Dim BDir2 As System.Boolean
Dim BDir3 As System.Boolean
instance.SetDirections2(BDir1, BDir2, BDir3) |
C# | |
---|
void SetDirections2(
System.bool BDir1,
System.bool BDir2,
System.bool BDir3
) |
C++/CLI | |
---|
void SetDirections2(
& System.bool BDir1,
& System.bool BDir2,
& System.bool BDir3
) |
Parameters
- BDir1
- -1 or true to set this initial condition along direction 1 (if direction reference is a plane or face) or in a radial direction (if direction reference is a cylindrical face or axis), 0 or false to not (see Remarks)
- BDir2
- -1 or true to set this initial condition along direction 2 (if direction reference is a plane or face) or in a circumferential direction (if direction reference is a cylindrical face or axis), 0 or false to not (see Remarks)
- BDir3
- -1 or true to set this initial condition along the normal (if direction reference is a plane or face), or in an axial direction (if direction reference is a cylindrical face or axis), or along an edge (if direction reference is an edge); 0 or false to not (see Remarks)
Remarks
See Also
Availability
SOLIDWORKS 2022 FCS, Revision Number 30