<xs:element minOccurs="0" name="LineDrawProperties" type="tps:lineDrawPropertiesType"><xs:annotation><xs:documentation>Represents the properties used to draw this arc</xs:documentation></xs:annotation></xs:element>
It's the station id, it can be referenced by other elements
Source
<xs:element name="Station" type="tps:stationType"><xs:annotation><xs:documentation>Represents the center of the Arc circle</xs:documentation></xs:annotation></xs:element>
<xs:element name="StartAngle" type="xs:double"><xs:annotation><xs:documentation>The starting angle of the Arc</xs:documentation></xs:annotation></xs:element>
<xs:element name="EndAngle" type="xs:double"><xs:annotation><xs:documentation>The ending angle of the Arc</xs:documentation></xs:annotation></xs:element>
The ending height of the Arc (if it's different from the starting height, taken from Station)
Diagram
Type
xs:double
Properties
content
simple
minOccurs
0
Source
<xs:element name="EndHeight" type="xs:double" minOccurs="0"><xs:annotation><xs:documentation>The ending height of the Arc (if it's different from the starting height, taken from Station)</xs:documentation></xs:annotation></xs:element>
<xs:element name="ClockWise" type="tps:clockwiseType"><xs:annotation><xs:documentation>Represents whther the Arc turn is clockwise or counterclockwise</xs:documentation></xs:annotation></xs:element>
Complex Type tps:arcType
Namespace
tps
Annotations
A 3D Arc is defined by circle parameters and the starting and ending angles
The id of the element. In Data structure it must be always defined and it can be referenced by an other element that uses this element. In Transaction structure it must be defined by a 'created' action (not defined in the other actions)
The reference to the id of this element. In MAXML structure is not defined. In Transaction structure it must be defined by 'modified' and 'deleted' action (not defined in 'created' action)
Source
<xs:complexType name="arcType"><xs:annotation><xs:documentation>A 3D Arc is defined by circle parameters and the starting and ending angles</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="tps:objectType"><xs:sequence><xs:element minOccurs="0" name="LineDrawProperties" type="tps:lineDrawPropertiesType"><xs:annotation><xs:documentation>Represents the properties used to draw this arc</xs:documentation></xs:annotation></xs:element><xs:element name="Station" type="tps:stationType"><xs:annotation><xs:documentation>Represents the center of the Arc circle</xs:documentation></xs:annotation></xs:element><xs:element name="Radius" type="xs:double"><xs:annotation><xs:documentation>The radius of the Arc</xs:documentation></xs:annotation></xs:element><xs:element name="StartAngle" type="xs:double"><xs:annotation><xs:documentation>The starting angle of the Arc</xs:documentation></xs:annotation></xs:element><xs:element name="EndAngle" type="xs:double"><xs:annotation><xs:documentation>The ending angle of the Arc</xs:documentation></xs:annotation></xs:element><xs:element name="EndHeight" type="xs:double" minOccurs="0"><xs:annotation><xs:documentation>The ending height of the Arc (if it's different from the starting height, taken from Station)</xs:documentation></xs:annotation></xs:element><xs:element name="ClockWise" type="tps:clockwiseType"><xs:annotation><xs:documentation>Represents whther the Arc turn is clockwise or counterclockwise</xs:documentation></xs:annotation></xs:element><xs:group minOccurs="0" ref="tps:versionable"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType>