All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

SchGRRZone (Object)

IUnknown
  |
  +---IDispatch
    |
    +---CATBaseUnknown
      |
      +---CATBaseDispatch
        |
        +---AnyObject
          |
          +---SchGRRZone
 


Manage the graphical representation of a schematic zone.

Method Index

AddBoundaryElement
Add a boundary element to the zone.
IsBoundaryValid
Check whether the boundary of this zone graphical representation is valid.
ListBoundaryElements
List all boundary elements of this zone graphical representation.
RemoveBoundaryElement
Remove a boundary element to the zone.

Methods


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

Copyright © 2003, Dassault Systèmes. All rights reserved.