The optional Axis element gives the measured location of the start point and the measured unit vector of the cylinder axis. The direction of the axis vector points into the cylinder. The cylinder does not extend from the start point in the direction opposite the axis vector.
<xs:element name="Axis" type="MeasuredAxisType" minOccurs="0"><xs:annotation><xs:documentation>The optional Axis element gives the measured location of the start point and the measured unit vector of the cylinder axis. The direction of the axis vector points into the cylinder. The cylinder does not extend from the start point in the direction opposite the axis vector.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Diameter" type="MeasuredLinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional Diameter element is the measured diameter of the cylinder based on the substitute feature data fitting algorithm setting.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Length" type="MeasuredLinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional Length element is the measured length of the cylinder from the start point in the direction of the cylinder axis.</xs:documentation></xs:annotation></xs:element>
<xs:element name="DiameterMin" type="MeasuredLinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional DiameterMin element is the minimum diameter of the cylinder from a report or an analysis.</xs:documentation></xs:annotation></xs:element>
<xs:element name="DiameterMax" type="MeasuredLinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional DiameterMax element is the maximum diameter of the cylinder from a report or an analysis.</xs:documentation></xs:annotation></xs:element>
The optional SweepMeasurementRange element gives the range over which the sweep for a partial cylinder feature was actually measured in terms of the start direction the swept angle. The StartVector of the sweep must lie in a plane perpendicular to the axis of the cylinder.
<xs:element name="SweepMeasurementRange" type="SweepType" minOccurs="0"><xs:annotation><xs:documentation>The optional SweepMeasurementRange element gives the range over which the sweep for a partial cylinder feature was actually measured in terms of the start direction the swept angle. The StartVector of the sweep must lie in a plane perpendicular to the axis of the cylinder.</xs:documentation></xs:annotation></xs:element>
The optional SweepFull element gives the measured start direction and swept angle for a partial cylinder feature in terms of the start direction and swept angle. The StartVector of the SweepFull must lie in a plane perpendicular to the axis of the cylinder. This is intended for use when it has been possible to measure the start and end of the sweep.
<xs:element name="SweepFull" type="SweepType" minOccurs="0"><xs:annotation><xs:documentation>The optional SweepFull element gives the measured start direction and swept angle for a partial cylinder feature in terms of the start direction and swept angle. The StartVector of the SweepFull must lie in a plane perpendicular to the axis of the cylinder. This is intended for use when it has been possible to measure the start and end of the sweep.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Form" type="MeasuredLinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional Form element is the form error (cylindricity) of the cylinder from a report or an analysis.</xs:documentation></xs:annotation></xs:element>
The id attribute is the QIF id of the feature, used for referencing.
Source
<xs:complexType name="CylinderFeatureMeasurementType"><xs:annotation><xs:documentation>The CylinderFeatureMeasurementType defines the cylinder feature measurement information for an individual cylinder feature.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="SurfaceFeatureMeasurementBaseType"><xs:sequence><xs:element name="Axis" type="MeasuredAxisType" minOccurs="0"><xs:annotation><xs:documentation>The optional Axis element gives the measured location of the start point and the measured unit vector of the cylinder axis. The direction of the axis vector points into the cylinder. The cylinder does not extend from the start point in the direction opposite the axis vector.</xs:documentation></xs:annotation></xs:element><xs:element name="Diameter" type="MeasuredLinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional Diameter element is the measured diameter of the cylinder based on the substitute feature data fitting algorithm setting.</xs:documentation></xs:annotation></xs:element><xs:element name="Length" type="MeasuredLinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional Length element is the measured length of the cylinder from the start point in the direction of the cylinder axis.</xs:documentation></xs:annotation></xs:element><xs:element name="DiameterMin" type="MeasuredLinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional DiameterMin element is the minimum diameter of the cylinder from a report or an analysis.</xs:documentation></xs:annotation></xs:element><xs:element name="DiameterMax" type="MeasuredLinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional DiameterMax element is the maximum diameter of the cylinder from a report or an analysis.</xs:documentation></xs:annotation></xs:element><xs:element name="SweepMeasurementRange" type="SweepType" minOccurs="0"><xs:annotation><xs:documentation>The optional SweepMeasurementRange element gives the range over which the sweep for a partial cylinder feature was actually measured in terms of the start direction the swept angle. The StartVector of the sweep must lie in a plane perpendicular to the axis of the cylinder.</xs:documentation></xs:annotation></xs:element><xs:element name="SweepFull" type="SweepType" minOccurs="0"><xs:annotation><xs:documentation>The optional SweepFull element gives the measured start direction and swept angle for a partial cylinder feature in terms of the start direction and swept angle. The StartVector of the SweepFull must lie in a plane perpendicular to the axis of the cylinder. This is intended for use when it has been possible to measure the start and end of the sweep.</xs:documentation></xs:annotation></xs:element><xs:element name="Form" type="MeasuredLinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional Form element is the form error (cylindricity) of the cylinder from a report or an analysis.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>