Sets the boundary condition parameters
Visual Basic |
---|
Public Function SetBoundaryConditionParams( _ ByVal nCrossings As Long, _ ByVal dRadius As Double, _ ByVal dHalfAngle As Double _ ) As Boolean |
- nCrossings
- Required Long that sets the number of crossings for this boundary condition.
- dRadius
- Required Double that sets the radius of the boundary condition.
- dHalfAngle
- Required Double that sets the half-angle of the cone-type boundary condition, or is ignored if the boundary condition is not of cone type.
Boolean value. Boolean returns true if the function succeeds, false if it fails.
Boundary Condition |
SetBoundaryConditionParams (nCrossings, dRadius, dHalfAngle) |
---|---|
Plane |
Ncrossings |
Cone |
NCrossings,, dHalfAngle |
Cylinder |
NCrossings, dRadius |
Sphere |
NCrossings, dRadius |