All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

SchCntrGraphic (Object)

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


Manage the graphical representation of a schematic connector.

Method Index

AddGraphicalPrimitive
Add a graphical primitive to a connector.
ListGraphicalPrimitives
List all graphical primitives of a connector.
RemoveGraphicalPrimitive
Remove a graphical primitive from a connector.

Methods


o Sub AddGraphicalPrimitive(CATIASchGRR iGRRToAdd,
CATIASchGRR iGRR)
Add a graphical primitive to a connector.
Parameters:
iGRRToAdd
The connector graphical primitive to be added to the connector.
iGRR
The component or route graphical representation that points to the connector graphical primitive.
Example:
 Dim objThisIntf As SchCntrGraphic
 Dim objArg1 As SchGRR
 Dim objArg2 As SchGRR
  ...
 objThisIntf.AddGraphicalPrimitiveobjArg1,objArg2
 
o Func ListGraphicalPrimitives() As CATIASchListOfObjects
List all graphical primitives of a connector.
Parameters:
oLGRR
A list of graphical primitives (members are CATISchGRR interface pointers).
Example:
 Dim objThisIntf As SchCntrGraphic
 Dim objArg1 As SchListOfObjects
  ...
 Set objArg1 = objThisIntf.ListGraphicalPrimitives
 
o Sub RemoveGraphicalPrimitive(CATIASchGRR iGRRToRemove)
Remove a graphical primitive from a connector.
Parameters:
iGRRToRemove
The connector graphical primitive to be removed from the connector.
Example:
 Dim objThisIntf As SchCntrGraphic
 Dim objArg1 As SchGRR
  ...
 objThisIntf.RemoveGraphicalPrimitiveobjArg1
 

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