Gets the directions in which this initial condition is applied.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub GetDirections( _
ByRef BDir1 As System.Integer, _
ByRef BDir2 As System.Integer, _
ByRef BDir3 As System.Integer _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICWDynamicInitialCondition
Dim BDir1 As System.Integer
Dim BDir2 As System.Integer
Dim BDir3 As System.Integer
instance.GetDirections(BDir1, BDir2, BDir3) |
C# | |
---|
void GetDirections(
out System.int BDir1,
out System.int BDir2,
out System.int BDir3
) |
C++/CLI | |
---|
void GetDirections(
& [Out] System.int BDir1,
& [Out] System.int BDir2,
& [Out] System.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