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
-
For systems the placement of connectors for the inside and outside view of the system is identical, the special coordinate system is just translated to different actual coordinate systems, namely the one determined by the ElementGeometry for the outside view, and the one determined by SystemGeometry for the inside view.
196
+
By default, the placement of connectors for a system's inside and outside views is identical.
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.
197
198
198
-
If defined, this ConnectorGeometry overrides any ConnectorGeometry of a System in a referenced SSD file or any port location defined by an FMU (as defined in the relevant FMI standards).
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
+
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.
201
+
202
+
If defined, this ConnectorGeometry overrides any ConnectorGeometry of a System in a referenced SSD file or any port location defined by an FMU (as defined in the relevant FMI standards) for the x and y coordinates of the outside view.
203
+
Any inside view is not overridden.
199
204
200
205
[width="100%",cols="28%,72%",options="header",]
201
206
|===
202
207
|Attribute |Description
203
-
|x |Required attribute giving the x coordinate of the connector inside the special coordinate system.
204
-
|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
+
|systemInnerX |Optional attribute giving a separate x coordinate of the connector for the inside view of a system.
211
+
|systemInnerY |Optional attribute giving a separate y coordinate of the connector for the inside view of a system.
0 commit comments