<xs:element name="StaStart" type="xs:double"><xs:annotation><xs:documentation>The starting station of the Curve</xs:documentation></xs:annotation></xs:element>
<xs:element name="Clockwise" type="tps:clockwiseType"><xs:annotation><xs:documentation>Represents whether the Curve turn is clockwise or counterclockwise</xs:documentation></xs:annotation></xs:element>
<xs:element name="DirStart" type="xs:double"><xs:annotation><xs:documentation>The starting direction angle of the Curve</xs:documentation></xs:annotation></xs:element>
<xs:element name="DirEnd" type="xs:double"><xs:annotation><xs:documentation>The ending direction angle of the Curve</xs:documentation></xs:annotation></xs:element>
The difference between ending and starting direction angles
Diagram
Type
xs:double
Properties
content
simple
Source
<xs:element name="Delta" type="xs:double"><xs:annotation><xs:documentation>The difference between ending and starting direction angles</xs:documentation></xs:annotation></xs:element>
<xs:element name="Start" type="tps:position2DType"><xs:annotation><xs:documentation>Represents the starting point of the Curve</xs:documentation></xs:annotation></xs:element>
<xs:element name="Center" type="tps:position2DType"><xs:annotation><xs:documentation>Represents the center of the Curve</xs:documentation></xs:annotation></xs:element>
<xs:element name="End" type="tps:position2DType"><xs:annotation><xs:documentation>Represents the ending point of the Curve</xs:documentation></xs:annotation></xs:element>
<xs:element name="PI" type="tps:position2DType"><xs:annotation><xs:documentation>Represents the intersection point of the Curve</xs:documentation></xs:annotation></xs:element>
Represents whether the Curve starting direction is the end direction of the previous element
Diagram
Type
xs:boolean
Properties
content
simple
minOccurs
0
default
false
Source
<xs:element name="AzToPrevEl" type="xs:boolean" default="false" minOccurs="0"><xs:annotation><xs:documentation>Represents whether the Curve starting direction is the end direction of the previous element</xs:documentation></xs:annotation></xs:element>
<xs:complexType name="curveType"><xs:annotation><xs:documentation>A 2D Curve</xs:documentation></xs:annotation><xs:sequence><xs:element name="StaStart" type="xs:double"><xs:annotation><xs:documentation>The starting station of the Curve</xs:documentation></xs:annotation></xs:element><xs:element name="Length" type="xs:double"><xs:annotation><xs:documentation>The length of the Curve</xs:documentation></xs:annotation></xs:element><xs:element name="Radius" type="xs:double"><xs:annotation><xs:documentation>The radius of the Curve</xs:documentation></xs:annotation></xs:element><xs:element name="Clockwise" type="tps:clockwiseType"><xs:annotation><xs:documentation>Represents whether the Curve turn is clockwise or counterclockwise</xs:documentation></xs:annotation></xs:element><xs:element name="DirStart" type="xs:double"><xs:annotation><xs:documentation>The starting direction angle of the Curve</xs:documentation></xs:annotation></xs:element><xs:element name="DirEnd" type="xs:double"><xs:annotation><xs:documentation>The ending direction angle of the Curve</xs:documentation></xs:annotation></xs:element><xs:element name="Delta" type="xs:double"><xs:annotation><xs:documentation>The difference between ending and starting direction angles</xs:documentation></xs:annotation></xs:element><xs:element name="Start" type="tps:position2DType"><xs:annotation><xs:documentation>Represents the starting point of the Curve</xs:documentation></xs:annotation></xs:element><xs:element name="Center" type="tps:position2DType"><xs:annotation><xs:documentation>Represents the center of the Curve</xs:documentation></xs:annotation></xs:element><xs:element name="End" type="tps:position2DType"><xs:annotation><xs:documentation>Represents the ending point of the Curve</xs:documentation></xs:annotation></xs:element><xs:element name="PI" type="tps:position2DType"><xs:annotation><xs:documentation>Represents the intersection point of the Curve</xs:documentation></xs:annotation></xs:element><xs:element name="AzToPrevEl" type="xs:boolean" default="false" minOccurs="0"><xs:annotation><xs:documentation>Represents whether the Curve starting direction is the end direction of the previous element</xs:documentation></xs:annotation></xs:element><xs:group minOccurs="0" ref="tps:versionable"/></xs:sequence></xs:complexType>