Skip to content

Commit e9c0a06

Browse files
authored
Added loftContinuity
Added the attribute loftContinuity to wingType and fuselageType. Currently the default behaviour in TiGL is C0 continuity for wings and C2 continuity for fuselages. If not set, these defaults should be kept, otherwise the value of loftContinuity should be considered when lofting the component in TiGL.
1 parent ba755dc commit e9c0a06

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

schema/cpacs_schema.xsd

+16
Original file line numberDiff line numberDiff line change
@@ -16454,6 +16454,14 @@ The fuel tank volume type should also be used for the wing fuel tank</xsd:docume
1645416454
</xsd:all>
1645516455
<xsd:attribute name="uID" use="required" type="xsd:ID"/>
1645616456
<xsd:attribute name="symmetry" type="symmetryXyXzYzType"/>
16457+
<xsd:attribute name="loftContinuity">
16458+
<xsd:simpleType>
16459+
<xsd:restriction base="xsd:string">
16460+
<xsd:enumeration value="C0"/>
16461+
<xsd:enumeration value="C2"/>
16462+
</xsd:restriction>
16463+
</xsd:simpleType>
16464+
</xsd:attribute>
1645716465
</xsd:extension>
1645816466
</xsd:complexContent>
1645916467
</xsd:complexType>
@@ -39128,6 +39136,14 @@ The fuel tank volume type should also be used for the wing fuel tank</xsd:docume
3912839136
</xsd:all>
3912939137
<xsd:attribute name="uID" use="required" type="xsd:ID"/>
3913039138
<xsd:attribute name="symmetry" type="symmetryXyXzYzType"/>
39139+
<xsd:attribute name="loftContinuity">
39140+
<xsd:simpleType>
39141+
<xsd:restriction base="xsd:string">
39142+
<xsd:enumeration value="C0"/>
39143+
<xsd:enumeration value="C2"/>
39144+
</xsd:restriction>
39145+
</xsd:simpleType>
39146+
</xsd:attribute>
3913139147
</xsd:extension>
3913239148
</xsd:complexContent>
3913339149
</xsd:complexType>

0 commit comments

Comments
 (0)