-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
system elements mass: make uID optional (closes #833)
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8279,11 +8279,11 @@ [email protected] | |
</ddue:summary> | ||
<ddue:remarks> | ||
<ddue:content> | ||
<ddue:para>The deflection path of a control surface is described with respect to two hinge points - | ||
<ddue:para>The deflection path of a control surface is described with respect to two hinge points - | ||
one at the inner border of the control surface and one at the outer border of the control surface. | ||
These two points are defined by the xsi and relative height coordinates of the parent. | ||
In addition, a translation (with respect to the wing coordinate system) can be applied. | ||
Therefore they can also be defined outside of the control surface. | ||
Therefore they can also be defined outside of the control surface. | ||
These two points define the hinge line, which is a straight line between them. | ||
</ddue:para> | ||
<ddue:para>An example is shown below:</ddue:para> | ||
|
@@ -12543,7 +12543,7 @@ [email protected] | |
</xsd:element> | ||
<xsd:element name="massInertia" minOccurs="0" type="massInertiaType"/> | ||
</xsd:sequence> | ||
<xsd:attribute name="uID" use="required" type="xsd:ID"/> | ||
<xsd:attribute name="uID" type="xsd:ID"/> | ||
</xsd:extension> | ||
</xsd:complexContent> | ||
</xsd:complexType> | ||
|