The optional OriginReference element gives the reference feature for the angle-from characteristic. This is the first of two features involved in the angle-from characteristic. The second feature(s) is defined in the FeatureNominalIds element of CharacteristicNominalBaseType.
<xs:element name="OriginReference" type="OriginReferenceType" minOccurs="0"><xs:annotation><xs:documentation>The optional OriginReference element gives the reference feature for the angle-from characteristic. This is the first of two features involved in the angle-from characteristic. The second feature(s) is defined in the FeatureNominalIds element of CharacteristicNominalBaseType.</xs:documentation></xs:annotation></xs:element>
The optional AnalysisVector element used by the AnalysisMode gives a vector defining a unit vector normal to the plane in which the angle-from characteristic is evaluated.
<xs:element name="AnalysisVector" type="UnitVectorType" minOccurs="0"><xs:annotation><xs:documentation>The optional AnalysisVector element used by the AnalysisMode gives a vector defining a unit vector normal to the plane in which the angle-from characteristic is evaluated.</xs:documentation></xs:annotation></xs:element>
<xs:element name="AnalysisMode" type="AngleBetweenAnalysisModeEnumType"><xs:annotation><xs:documentation>The AnalysisMode element indicates whether the angle-from characteristic is two dimensional or three dimensional.</xs:documentation></xs:annotation></xs:element>
The optional asmPathId attribute is a reference used for locating the id of an assembly path. If the asmPathXId attribute is not used, the asmPathId is a reference to an assembly path in the AsmPaths of the local document. If the asmPathXId is used, the asmPathId is the local id of an external QIF document, and the asmPathXId is a reference to an assembly path in the external QIF document. The assembly path (instantiation chain) unambiguously identifies a model entity within an assembly.
The optional asmPathXId attribute, if used, is a reference to the id of an assembly path in the external document identified by the asmPathId. The asmPathXId must not be used if the asmPathId is not used.
The optional xId attribute is a reference to the id of a QIF object in an external document. A QIF object in an external QIF document can be referenced by using references to two QIF ids: the id of the external document reference of type ExternalQIFDocumentReferenceType found in the local document and the id of the object found in the external document.
Source
<xs:element name="CoordinateSystemId" type="QIFReferenceFullType" minOccurs="0"><xs:annotation><xs:documentation>The optional CoordinateSystemId element is the QIF id of the coordinate system in which this characteristic is evaluated.</xs:documentation></xs:annotation></xs:element>
The optional MeasurementDirective element modifies the characteristic evaluation to be the average, minimum or maximum angle between two features. For example, the angle from an origin to two circles can be from their centers or from their closest or furthest tangents.
<xs:element name="MeasurementDirective" type="MeasurementDirectiveType" minOccurs="0"><xs:annotation><xs:documentation>The optional MeasurementDirective element modifies the characteristic evaluation to be the average, minimum or maximum angle between two features. For example, the angle from an origin to two circles can be from their centers or from their closest or furthest tangents.</xs:documentation></xs:annotation></xs:element>
The optional Vertex element is the point of intersection of the angle. It is needed when the features themselves do not intersect to define a vertex. For example, the angle between two circles with respect to the vertex.
<xs:element name="Vertex" type="PointType" minOccurs="0"><xs:annotation><xs:documentation>The optional Vertex element is the point of intersection of the angle. It is needed when the features themselves do not intersect to define a vertex. For example, the angle between two circles with respect to the vertex.</xs:documentation></xs:annotation></xs:element>
The id attribute is the QIF id of the characteristic, used for referencing.
Source
<xs:complexType name="AngleFromCharacteristicNominalType"><xs:annotation><xs:documentation>The AngleFromCharacteristicNominalType defines a unique angle-from characteristic nominal.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="AngularCharacteristicNominalBaseType"><xs:sequence><xs:element name="OriginReference" type="OriginReferenceType" minOccurs="0"><xs:annotation><xs:documentation>The optional OriginReference element gives the reference feature for the angle-from characteristic. This is the first of two features involved in the angle-from characteristic. The second feature(s) is defined in the FeatureNominalIds element of CharacteristicNominalBaseType.</xs:documentation></xs:annotation></xs:element><xs:element name="AnalysisVector" type="UnitVectorType" minOccurs="0"><xs:annotation><xs:documentation>The optional AnalysisVector element used by the AnalysisMode gives a vector defining a unit vector normal to the plane in which the angle-from characteristic is evaluated.</xs:documentation></xs:annotation></xs:element><xs:element name="AnalysisMode" type="AngleBetweenAnalysisModeEnumType"><xs:annotation><xs:documentation>The AnalysisMode element indicates whether the angle-from characteristic is two dimensional or three dimensional.</xs:documentation></xs:annotation></xs:element><xs:element name="CoordinateSystemId" type="QIFReferenceFullType" minOccurs="0"><xs:annotation><xs:documentation>The optional CoordinateSystemId element is the QIF id of the coordinate system in which this characteristic is evaluated.</xs:documentation></xs:annotation></xs:element><xs:element name="MeasurementDirective" type="MeasurementDirectiveType" minOccurs="0"><xs:annotation><xs:documentation>The optional MeasurementDirective element modifies the characteristic evaluation to be the average, minimum or maximum angle between two features. For example, the angle from an origin to two circles can be from their centers or from their closest or furthest tangents.</xs:documentation></xs:annotation></xs:element><xs:element name="Vertex" type="PointType" minOccurs="0"><xs:annotation><xs:documentation>The optional Vertex element is the point of intersection of the angle. It is needed when the features themselves do not intersect to define a vertex. For example, the angle between two circles with respect to the vertex.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>