DiagramObjectPoint

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.

Type

Class

URI

cim:DiagramObjectPoint

CIM standard (perspective)

IEC61970 (Grid)

Class hierarchy

  • DiagramObjectPoint

Slots

Associated classes
Figure 1. Associated classes
Name Cardinality Type Description

DiagramObject

1

DiagramObject

The diagram object with which the points are associated.

DiagramObjectGluePoint

0..1

DiagramObjectGluePoint

The 'glue' point to which this point is associated.

sequenceNumber

0..1

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

0..1

float

The X coordinate of this point.

yPosition

0..1

float

The Y coordinate of this point.

zPosition

0..1

float

The Z coordinate of this point.


DiagramObject

The diagram object with which the points are associated.

URI

cim:DiagramObjectPoint.DiagramObject

Cardinality

1

Type

DiagramObject

DiagramObjectGluePoint

The 'glue' point to which this point is associated.

URI

cim:DiagramObjectPoint.DiagramObjectGluePoint

Cardinality

0..1

Type

DiagramObjectGluePoint

sequenceNumber

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.

URI

cim:DiagramObjectPoint.sequenceNumber

Cardinality

0..1

Type

integer

xPosition

The X coordinate of this point.

URI

cim:DiagramObjectPoint.xPosition

Cardinality

0..1

Type

float

yPosition

The Y coordinate of this point.

URI

cim:DiagramObjectPoint.yPosition

Cardinality

0..1

Type

float

zPosition

The Z coordinate of this point.

URI

cim:DiagramObjectPoint.zPosition

Cardinality

0..1

Type

float