SetBoundaryConditionParams Method
Description
Sets the boundary condition parameters
Syntax
Visual Basic |
---|
Public Function SetBoundaryConditionParams( _ ByVal nCrossings As Long, _ ByVal dRadius As Double, _ ByVal dHalfAngle As Double _ ) As Boolean |
Parameters
- 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.
Return Type
Boolean value. Boolean returns true if the function succeeds, false if it fails.
Remarks
Boundary Condition |
SetBoundaryConditionParams (nCrossings, dRadius, dHalfAngle) |
---|---|
Plane |
Ncrossings |
Cone |
NCrossings,, dHalfAngle |
Cylinder |
NCrossings, dRadius |
Sphere |
NCrossings, dRadius |
See Also