Gets the directions in which this initial condition is applied.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub GetDirections( _
ByRef BDir1 As Integer, _
ByRef BDir2 As Integer, _
ByRef BDir3 As Integer _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICWDynamicInitialCondition
Dim BDir1 As Integer
Dim BDir2 As Integer
Dim BDir3 As Integer
instance.GetDirections(BDir1, BDir2, BDir3)
|
C++/CLI | |
---|
void GetDirections(
& [Out] int BDir1,
& [Out] int BDir2,
& [Out] int BDir3
) |
Parameters
- BDir1
- 1 for initial condition applied along plane direction 1 or in a radial direction, 0 for neither; valid only if ICWDynamicInitialCondition::SetDirectionEntity is set to a planar face, reference plane, cylindrical face, cylindrical axis, or null
- BDir2
- 1 for initial condition applied along plane direction 2 or in a circumferential direction, 0 for neither; valid only if ICWDynamicInitialCondition::SetDirectionEntity is set to a planar face, reference plane, cylindrical face, cylindrical axis, or null
- BDir3
- 1 for initial condition applied along the normal to the plane or along a cylindrical axis or along an edge, 0 for neither; valid only if ICWDynamicInitialCondition::SetDirectionEntity is set to a planar face, reference plane, cylindrical face, cylindrical axis, edge, or null
See Also
Availability
SolidWorks Simulation API 2012 SP0