: Public Class
Created: 05/08/2010 15:46:09
Modified: 29/07/2011 20:33:50
Project:
Advanced:
A point in a given space defined by 3 coordinates and associated to a diagram object.  The coordinates may be positive or negative as the origin does not have to be in the corner of a diagram.  <br/><br/>
Attribute
Public Integer
  sequenceNumber
Details:
Notes: The sequence position of the point, used for defining the order of points for diagram objects acting as a polyline or polygon with more than one point.<br/><br/>
Public Float
  xPosition
Details:
Notes: The X coordinate of this point.<br/><br/>
Public Float
  yPosition
Details:
Notes: The Y coordinate of this point.<br/><br/>
Public Float
  zPosition
Details:
Notes: The Z coordinate of this point.<br/><br/>
Element Source Role Target Role
DiagramObjectGluePoint
Class  
Name: DiagramObjectPoints
A diagram object glue point is associated with 2 or more object points that are considered to be 'glued' together.
Name: DiagramObjectGluePoint
The 'glue' point to which this point is associated.
Details:
 
Element Source Role Target Role
DiagramObject
Class  
Name: DiagramObject
The diagram object with which the points are associated.
Name: DiagramObjectPoints
A diagram object can have 0 or more points to reflect its layout position, routing (for polylines) or boundary (for polygons).
Details:
 
Object Type Connection Direction Notes
DiagramObjectPoint Class Dependency From