Skip to content

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.

URI: cim:DiagramObjectPoint
Type: Class

%%{init: {'theme':'base','themeVariables': {'lineColor': '#FF0000'}}}%%
classDiagram
    class DiagramObjectPoint
    click DiagramObjectPoint href "/Models/Profiles/DiagramLayout/ConcreteClasses/DiagramObjectPoint/"
    style DiagramObjectPoint fill:#102820,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white

        DiagramObjectPoint --> DiagramObject : DiagramObjectPoint.DiagramObject

        DiagramObject
            click DiagramObject href "/Models/Profiles/DiagramLayout/ConcreteClasses/DiagramObject/"
            style DiagramObject fill:#A52A2A,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white
        DiagramObjectPoint --> DiagramObjectGluePoint : DiagramObjectPoint.DiagramObjectGluePoint

        DiagramObjectGluePoint
            click DiagramObjectGluePoint href "/Models/Profiles/DiagramLayout/ConcreteClasses/DiagramObjectGluePoint/"
            style DiagramObjectGluePoint fill:#A52A2A,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white

        DiagramObject --> DiagramObjectPoint : DiagramObject.DiagramObjectPoints

        DiagramObject
            click DiagramObject href "/Models/Profiles/DiagramLayout/ConcreteClasses/DiagramObject/"
            style DiagramObject fill:#A52A2A,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white

        DiagramObjectGluePoint --> DiagramObjectPoint : DiagramObjectGluePoint.DiagramObjectPoints

        DiagramObjectGluePoint
            click DiagramObjectGluePoint href "/Models/Profiles/DiagramLayout/ConcreteClasses/DiagramObjectGluePoint/"
            style DiagramObjectGluePoint fill:#A52A2A,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white


        DiagramObjectPoint : DiagramObjectPoint.DiagramObject
        DiagramObjectPoint : DiagramObjectPoint.DiagramObjectGluePoint
        DiagramObjectPoint : DiagramObjectPoint.sequenceNumber
        DiagramObjectPoint : DiagramObjectPoint.xPosition
        DiagramObjectPoint : DiagramObjectPoint.yPosition
        DiagramObjectPoint : DiagramObjectPoint.zPosition

Inheritance

  • DiagramObjectPoint

Attributes

Name URI Cardinality and Range Description Inheritance
DiagramObject cim:DiagramObjectPoint.DiagramObject No cardinality available DiagramObject The diagram object with which the points are associated. direct
DiagramObjectGluePoint cim:DiagramObjectPoint.DiagramObjectGluePoint No cardinality available DiagramObjectGluePoint The 'glue' point to which this point is associated. direct
sequenceNumber cim:DiagramObjectPoint.sequenceNumber No cardinality available 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. direct
xPosition cim:DiagramObjectPoint.xPosition No cardinality available float The X coordinate of this point. direct
yPosition cim:DiagramObjectPoint.yPosition No cardinality available float The Y coordinate of this point. direct
zPosition cim:DiagramObjectPoint.zPosition No cardinality available float The Z coordinate of this point. direct

Schema Source

Responsive Footer