Class Description

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.

Attributes

Name Type Description
sequenceNumber Integer 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. The attribute shall be a positive value.
xPosition Float The X coordinate of this point.
yPosition Float The Y coordinate of this point.
zPosition Float The Z coordinate of this point.

Relationships

Inherits from

  • None

Descendant classes

  • No descendant classes

Leaf/Root class

IsLeaf IsRoot
False False

Associations

Source Class Cardinality Source Target Class Cardinality Target Source Name Source Assoc. Description Target Name Target Assoc. Description
DiagramObject 1 DiagramObjectPoint 0..* DiagramObject The diagram object with which the points are associated. DiagramObjectPoints A diagram object can have 0 or more points to reflect its layout position, routing (for polylines) or boundary (for polygons).
DiagramObjectPoint 2..* DiagramObjectGluePoint 0..1 DiagramObjectPoints A diagram object glue point is associated with 2 or more object points that are considered to be ‘glued’ together. DiagramObjectGluePoint The ‘glue’ point to which this point is associated.