Methods
- Sub AddBoundaryElement( iZoneBndyToAdd)
-
Add a boundary element to the zone.
- Parameters:
-
- iZoneBndy
- The geometric boundary elements to be added. dd>
- Example:
-
Dim objThisIntf As SchGRRZone Dim objArg1 As SchBoundaryElem ... objThisIntf.AddBoundaryElementobjArg1
- Sub IsBoundaryValid( BIsValid)
-
Check whether the boundary of this zone graphical representation is valid.
- Parameters:
-
- oLZoneBndy
- Set to TRUE if the boundary is a closed polygon dd>
- Example:
-
Dim objThisIntf As SchGRRZone Dim bVar1 As boolean ... objThisIntf.IsBoundaryValidbVar1
- Func ListBoundaryElements() As
-
List all boundary elements of this zone graphical representation.
- Parameters:
-
- oLZoneBndy
- List of geometric boundaries of this zone graphical representation dd>
- Example:
-
Dim objThisIntf As SchGRRZone Dim objArg1 As SchListOfObjects ... Set objArg1 = objThisIntf.ListBoundaryElements
- Sub RemoveBoundaryElement( iZoneBndyToRemove)
-
Remove a boundary element to the zone.
- Parameters:
-
- iZoneBndy
- The geometric boundary elements to be added. dd>
- Example:
-
Dim objThisIntf As SchGRRZone Dim objArg1 As SchBoundaryElem ... objThisIntf.RemoveBoundaryElementobjArg1