The ArcRadius element gives the radius of the arc. The ArcRadius must be the same as the distance from the center of the arc to the first element of the pattern.
<xs:element name="ArcRadius" type="LinearValueType"><xs:annotation><xs:documentation>The ArcRadius element gives the radius of the arc. The ArcRadius must be the same as the distance from the center of the arc to the first element of the pattern.</xs:documentation></xs:annotation></xs:element>
<xs:element name="IncrementalArc" type="AngularValueType"><xs:annotation><xs:documentation>The IncementalArc element gives the angle subtended by any two adjacent features in 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 arc and whose X axis is the line from the center of the arc 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 arc and whose X axis is the line from the center of the arc 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>
Complex Type PatternFeatureCircularArcDefinitionType
Annotations
The PatternFeatureCircularArcDefinitionType defines a regular arrangement of identically shaped features that can be common to one or more circular arc pattern features. A circular arc pattern feature is a set of identically shaped features arranged in a circular arc. The small arcs defined by adjacent features must subtend equal angles. The number of arcs (which is the NumberOfFeatures minus 1) times the IncrementalArc must amount to less than a full circle.
The id attribute is the QIF id of the feature, used for referencing.
Source
<xs:complexType name="PatternFeatureCircularArcDefinitionType"><xs:annotation><xs:documentation>The PatternFeatureCircularArcDefinitionType defines a regular arrangement of identically shaped features that can be common to one or more circular arc pattern features. A circular arc pattern feature is a set of identically shaped features arranged in a circular arc. The small arcs defined by adjacent features must subtend equal angles. The number of arcs (which is the NumberOfFeatures minus 1) times the IncrementalArc must amount to less than a full circle.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="PatternFeatureDefinitionBaseType"><xs:sequence><xs:element name="ArcRadius" type="LinearValueType"><xs:annotation><xs:documentation>The ArcRadius element gives the radius of the arc. The ArcRadius must be the same as the distance from the center of the arc to the first element of the pattern.</xs:documentation></xs:annotation></xs:element><xs:element name="IncrementalArc" type="AngularValueType"><xs:annotation><xs:documentation>The IncementalArc element gives the angle subtended by any two adjacent features in 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 arc and whose X axis is the line from the center of the arc 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>