Package CIM15 :: Package IEC61970 :: Package Graphics :: Module DiagramObjectGluePoint' :: Class DiagramObjectGluePoint
[hide private]
[frames] | no frames]

Class DiagramObjectGluePoint

      object --+    
               |    
Element'.Element --+
                   |
                  DiagramObjectGluePoint

This is used for grouping DiagramObjectPoints from different DiagramObjects that are considered to be ‘glued’ together in a diagram even if they are not at the exact same coordinates.This is used for grouping DiagramObjectPoints from different DiagramObjects that are considered to be ‘glued’ together in a diagram even if they are not at the exact same coordinates.

Instance Methods [hide private]
 
__init__(self, DiagramObjectPoints=None, *args, **kw_args)
Initialises a new 'DiagramObjectGluePoint' instance.
 
addDiagramObjectPoints(self, *DiagramObjectPoints)
 
getDiagramObjectPoints(self)
A diagram object glue point is associated with 2 or more object points that are considered to be 'glued' together.
 
removeDiagramObjectPoints(self, *DiagramObjectPoints)
 
setDiagramObjectPoints(self, value)

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  _attr_types = {}
  _attrs = []
  _defaults = {}
  _many_refs = ['DiagramObjectPoints']
  _refs = ['DiagramObjectPoints']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  DiagramObjectPoints
A diagram object glue point is associated with 2 or more object points that are considered to be 'glued' together.

Inherited from object: __class__

Method Details [hide private]

__init__(self, DiagramObjectPoints=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'DiagramObjectGluePoint' instance.

Parameters:
  • DiagramObjectPoints - A diagram object glue point is associated with 2 or more object points that are considered to be 'glued' together.
Overrides: object.__init__

Property Details [hide private]

DiagramObjectPoints

A diagram object glue point is associated with 2 or more object points that are considered to be 'glued' together.

Get Method:
getDiagramObjectPoints(self) - A diagram object glue point is associated with 2 or more object points that are considered to be 'glued' together.
Set Method:
setDiagramObjectPoints(self, value)