BoundaryCondition Property
Description
Represents the boundary condition type.
Property type
Read-write property
Syntax
Visual Basic |
---|
Public Property BoundaryCondition As BSBOUNDCOND_ENUM |
Return Type
Read/write of enumeration BSBOUNDCOND_ENUM.
Remarks
The allowable values are:
BSBOUNDCOND_SPHERE
BSBOUNDCOND_PLANECROSS
BSBOUNDCOND_CYLINDER
BSBOUNDCOND_CONE
The SetBoundaryConditionParams method should be used to set the values for:
-
HalfAngle
-
Number of Crossings
-
Diameter
See Also