Skip to content

Commit ce76e35

Browse files
committed
Replace special with connector coordinate system
1 parent 021c80a commit ce76e35

File tree

3 files changed

+14
-12
lines changed

3 files changed

+14
-12
lines changed

docs/5___ssd.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,10 +191,10 @@ _[ Note that the current opaque mapping of more advanced types to Binary connect
191191
image:images/image28.png[image,width=307,height=149]
192192

193193
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.
195195

196196
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.
198198

199199
For systems, optionally, different placement of connectors for the inside view of the system can be specified with the systemInnerX and systemInnerY coordinates.
200200
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.
205205
[width="100%",cols="28%,72%",options="header",]
206206
|===
207207
|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.
210210
|systemInnerX |Optional attribute giving a separate x coordinate of the connector for the inside view of a system.
211211
|systemInnerY |Optional attribute giving a separate y coordinate of the connector for the inside view of a system.
212212
|===

schema/SystemStructureDescription.xsd

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -668,12 +668,13 @@
668668
<xs:annotation>
669669
<xs:documentation xml:lang="en">
670670
This optional element gives the geometry information of the connector.
671-
Note that x and y coordinates are in a special coordinate system, where
672-
0,0 is the lower-left corner of the component/system, and 1,1 is the
673-
upper-right corner of the component, regardless of aspect ratio.
671+
Note that x and y coordinates are in a normalized connector coordinate
672+
system, where 0,0 is the lower-left corner of the component/system,
673+
and 1,1 is the upper-right corner of the component, regardless of
674+
aspect ratio.
674675

675676
By default, the placement of connectors for a system's inside and
676-
outside views is identical. The special coordinate system is just
677+
outside views is identical. The connector coordinate system is just
677678
translated to different actual coordinate systems, namely the one
678679
determined by ElementGeometry for the outside view and the one
679680
determined by SystemGeometry for the inside view.

schema/SystemStructureDescription11.xsd

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -665,12 +665,13 @@
665665
<xs:annotation>
666666
<xs:documentation xml:lang="en">
667667
This optional element gives the geometry information of the connector.
668-
Note that x and y coordinates are in a special coordinate system, where
669-
0,0 is the lower-left corner of the component/system, and 1,1 is the
670-
upper-right corner of the component, regardless of aspect ratio.
668+
Note that x and y coordinates are in a normalized connector coordinate
669+
system, where 0,0 is the lower-left corner of the component/system,
670+
and 1,1 is the upper-right corner of the component, regardless of
671+
aspect ratio.
671672

672673
By default, the placement of connectors for a system's inside and
673-
outside views is identical. The special coordinate system is just
674+
outside views is identical. The connector coordinate system is just
674675
translated to different actual coordinate systems, namely the one
675676
determined by ElementGeometry for the outside view and the one
676677
determined by SystemGeometry for the inside view.

0 commit comments

Comments
 (0)