Gets the boundary condition parameters
Visual Basic |
---|
Public Function GetBoundaryConditionParams( _ ByRef nCrossings As Long, _ ByRef dRadius As Double, _ ByRef dHalfAngle As Double _ ) As Boolean |
- nCrossings
- Required Long variable that gets the number of crossings for this boundary condition. The scan would stop after the probe crosses (breaks) the Boundary Condition like a Sphere, Cylinder, Cone, or a Plane the given number of times.
- dRadius
- Required Double variable that gets the radius of the boundary condition. This is used by the Spherical and Cylindrical Boundary Conditions.
- dHalfAngle
- Required Double variable that gets the half-angle of the cone-type boundary condition, or gets zero if the boundary condition is not of cone type.
Boolean value. Boolean returns true if the function succeeds, false if it fails.