The Diameter element is the diameter of the circle. The Diameter must equal twice the distance from the center of the circle to the first element of the pattern.
<xs:element name="Diameter" type="LinearValueType"><xs:annotation><xs:documentation>The Diameter element is the diameter of the circle. The Diameter must equal twice the distance from the center of the circle to the first element of the pattern.</xs:documentation></xs:annotation></xs:element>
The optional FeatureDirection element gives a direction characterizing the features in the pattern, for example, the axis of a cylinder or extrusion. The direction is relative to a coordinate system whose Z axis is the normal to the plane of the circle and whose X axis is the line from the center of the circle to the feature being located. If this element is omitted, it means that all features in the pattern have the same orientation or are not orientable.
<xs:element name="FeatureDirection" type="UnitVectorType" minOccurs="0"><xs:annotation><xs:documentation>The optional FeatureDirection element gives a direction characterizing the features in the pattern, for example, the axis of a cylinder or extrusion. The direction is relative to a coordinate system whose Z axis is the normal to the plane of the circle and whose X axis is the line from the center of the circle to the feature being located. If this element is omitted, it means that all features in the pattern have the same orientation or are not orientable.</xs:documentation></xs:annotation></xs:element>
<xs:element name="NumberOfFeatures" type="NaturalType"><xs:annotation><xs:documentation>The NumberOfFeatures element gives the number of locations in the pattern. This must be the same as the number of features in the pattern.</xs:documentation></xs:annotation></xs:element>
The PatternFeatureCircleDefinitionType defines a regular arrangement of identically shaped features that can be common to one or more circle pattern features. A circle pattern feature is a set of identically shaped features arranged in a circle. The small arcs defined by adjacent features must subtend equal angles.
The id attribute is the QIF id of the feature, used for referencing.
Source
<xs:complexType name="PatternFeatureCircleDefinitionType"><xs:annotation><xs:documentation>The PatternFeatureCircleDefinitionType defines a regular arrangement of identically shaped features that can be common to one or more circle pattern features. A circle pattern feature is a set of identically shaped features arranged in a circle. The small arcs defined by adjacent features must subtend equal angles.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="PatternFeatureDefinitionBaseType"><xs:sequence><xs:element name="Diameter" type="LinearValueType"><xs:annotation><xs:documentation>The Diameter element is the diameter of the circle. The Diameter must equal twice the distance from the center of the circle to the first element of the pattern.</xs:documentation></xs:annotation></xs:element><xs:element name="FeatureDirection" type="UnitVectorType" minOccurs="0"><xs:annotation><xs:documentation>The optional FeatureDirection element gives a direction characterizing the features in the pattern, for example, the axis of a cylinder or extrusion. The direction is relative to a coordinate system whose Z axis is the normal to the plane of the circle and whose X axis is the line from the center of the circle to the feature being located. If this element is omitted, it means that all features in the pattern have the same orientation or are not orientable.</xs:documentation></xs:annotation></xs:element><xs:element name="NumberOfFeatures" type="NaturalType"><xs:annotation><xs:documentation>The NumberOfFeatures element gives the number of locations in the pattern. This must be the same as the number of features in the pattern.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>