You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This optional XML element gives the geometry information of the connector.
194
-
Note that x and y coordinates are in a special coordinate system, where 0,0 is the lower-left corner of the containing model element, and 1,1 is the upper-right corner of the model element, regardless of aspect ratio.
194
+
Note that x and y coordinates are in a normalized connector coordinate system, where 0,0 is the lower-left corner of the containing model element, and 1,1 is the upper-right corner of the model element, regardless of aspect ratio.
195
195
196
196
By default, the placement of connectors for a system's inside and outside views is identical.
197
-
The special coordinate system is just translated to different actual coordinate systems, namely the one determined by ElementGeometry for the outside view and the one determined by SystemGeometry for the inside view.
197
+
The connector coordinate system is just translated to different actual coordinate systems, namely the one determined by ElementGeometry for the outside view and the one determined by SystemGeometry for the inside view.
198
198
199
199
For systems, optionally, different placement of connectors for the inside view of the system can be specified with the systemInnerX and systemInnerY coordinates.
200
200
This enables preserving the inside system layout when integrating a system in a system structure and avoiding unintended changes to the position of the connectors on the inside view of the system when making layout changes on the outside view and vice versa.
@@ -205,8 +205,8 @@ Any inside view is not overridden.
205
205
[width="100%",cols="28%,72%",options="header",]
206
206
|===
207
207
|Attribute |Description
208
-
|x |Required attribute giving the x coordinate of the connector inside the special coordinate system.
209
-
|y |Required attribute giving the y coordinate of the connector inside the special coordinate system.
208
+
|x |Required attribute giving the x coordinate of the connector inside the connector coordinate system.
209
+
|y |Required attribute giving the y coordinate of the connector inside the connector coordinate system.
210
210
|systemInnerX |Optional attribute giving a separate x coordinate of the connector for the inside view of a system.
211
211
|systemInnerY |Optional attribute giving a separate y coordinate of the connector for the inside view of a system.
0 commit comments