The ToPointToleranceValue element is the tolerance at the ToPoint of the zone limit. The tolerance zone varies proportionally with the distance along the curve (line, arc, or other) from the FromPoint to the ToPoint. The ToleranceValue applies at the FromPoint and the ToPointToleranceValue applies at the ToPoint.
<xs:element name="ToPointToleranceValue" type="LinearValueType"><xs:annotation><xs:documentation>The ToPointToleranceValue element is the tolerance at the ToPoint of the zone limit. The tolerance zone varies proportionally with the distance along the curve (line, arc, or other) from the FromPoint to the ToPoint. The ToleranceValue applies at the FromPoint and the ToPointToleranceValue applies at the ToPoint.</xs:documentation></xs:annotation></xs:element>
The optional OuterDisposition element is the outer disposition of the profile characteristic's tolerance zone when the tolerance zone is not symmetric about or is offset from the nominal surface or curve. The value represents the upper tolerance limit when the tolerance zone is expressed as a bi-directional tolerance. For asymmetrically disposed tolerance zones it can range in value from zero when the tolerance zone is completely inside the part material, to the whole tolerance value when the tolerance zone is completely outside the part material. For offset tolerance zones it will have a negative value for a tolerance zone offset inside the part material, or a positive value greater than the tolerance value for a tolerance zone offset outside the part material.
<xs:element name="ToPointOuterDisposition" type="LinearValueType"><xs:annotation><xs:documentation>The optional OuterDisposition element is the outer disposition of the profile characteristic's tolerance zone when the tolerance zone is not symmetric about or is offset from the nominal surface or curve. The value represents the upper tolerance limit when the tolerance zone is expressed as a bi-directional tolerance. For asymmetrically disposed tolerance zones it can range in value from zero when the tolerance zone is completely inside the part material, to the whole tolerance value when the tolerance zone is completely outside the part material. For offset tolerance zones it will have a negative value for a tolerance zone offset inside the part material, or a positive value greater than the tolerance value for a tolerance zone offset outside the part material.</xs:documentation></xs:annotation></xs:element>
(ISO specific UZ) The optional UnequallyDisposedZone element is the center of the profile characteristic's tolerance zone when the tolerance zone is not symmetric about or is offset from the nominal surface or curve. For asymmetrically disposed tolerance zones it has a positive value when the center of the tolerance zone is outside the part material, and a negative value when the center of the tolerance zone is inside the part material.
<xs:element name="ToPointUnequallyDisposedZone" type="LinearValueType"><xs:annotation><xs:documentation>(ISO specific UZ) The optional UnequallyDisposedZone element is the center of the profile characteristic's tolerance zone when the tolerance zone is not symmetric about or is offset from the nominal surface or curve. For asymmetrically disposed tolerance zones it has a positive value when the center of the tolerance zone is outside the part material, and a negative value when the center of the tolerance zone is inside the part material.</xs:documentation></xs:annotation></xs:element>
Complex Type SurfaceProfileNonUniformCharacteristicDefinitionType
Annotations
The SurfaceProfileNonUniformCharacteristicDefinitionType defines information that can be common to more than one non-uniform surface profile characteristic. A non-uniform surface profile characteristic may be used for in-between and chain line tolerances.
The id attribute is the QIF id of the characteristic, used for referencing.
Source
<xs:complexType name="SurfaceProfileNonUniformCharacteristicDefinitionType"><xs:annotation><xs:documentation>The SurfaceProfileNonUniformCharacteristicDefinitionType defines information that can be common to more than one non-uniform surface profile characteristic. A non-uniform surface profile characteristic may be used for in-between and chain line tolerances.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="ProfileCharacteristicDefinitionBaseType"><xs:sequence><xs:element name="ToPointToleranceValue" type="LinearValueType"><xs:annotation><xs:documentation>The ToPointToleranceValue element is the tolerance at the ToPoint of the zone limit. The tolerance zone varies proportionally with the distance along the curve (line, arc, or other) from the FromPoint to the ToPoint. The ToleranceValue applies at the FromPoint and the ToPointToleranceValue applies at the ToPoint.</xs:documentation></xs:annotation></xs:element><xs:choice minOccurs="0"><xs:annotation><xs:documentation>This optional compositor provides a choice between the ASME Y14.5 and ISO 1101 implementations of unequal, unilateral or offset profile tolerance zones to define the tolerance zone at the ToPoint.</xs:documentation></xs:annotation><xs:element name="ToPointOuterDisposition" type="LinearValueType"><xs:annotation><xs:documentation>The optional OuterDisposition element is the outer disposition of the profile characteristic's tolerance zone when the tolerance zone is not symmetric about or is offset from the nominal surface or curve. The value represents the upper tolerance limit when the tolerance zone is expressed as a bi-directional tolerance. For asymmetrically disposed tolerance zones it can range in value from zero when the tolerance zone is completely inside the part material, to the whole tolerance value when the tolerance zone is completely outside the part material. For offset tolerance zones it will have a negative value for a tolerance zone offset inside the part material, or a positive value greater than the tolerance value for a tolerance zone offset outside the part material.</xs:documentation></xs:annotation></xs:element><xs:element name="ToPointUnequallyDisposedZone" type="LinearValueType"><xs:annotation><xs:documentation>(ISO specific UZ) The optional UnequallyDisposedZone element is the center of the profile characteristic's tolerance zone when the tolerance zone is not symmetric about or is offset from the nominal surface or curve. For asymmetrically disposed tolerance zones it has a positive value when the center of the tolerance zone is outside the part material, and a negative value when the center of the tolerance zone is inside the part material.</xs:documentation></xs:annotation></xs:element></xs:choice></xs:sequence></xs:extension></xs:complexContent></xs:complexType>