Indexes   

SchGRRZone (Object)

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( 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( 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
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( 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 © 2006, Dassault Systèmes. All rights reserved.