Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element SphereFromScanType / SurfaceFeature
Annotations
The SurfaceFeature element identifies the scanned surface feature from which the sphere is retrieved.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_BaseFeatureType.tmp#BaseFeatureType_ReferencedComponent IntermediatesPMI_xsd_Complex_Type_BaseFeatureType.tmp#BaseFeatureType_FeatureId IntermediatesPMI_xsd_Complex_Type_BaseFeatureType.tmp#BaseFeatureType
Type BaseFeatureType
Properties
content complex
Children FeatureId, ReferencedComponent
Instance
<SurfaceFeature xmlns="http://qifstandards.org/xsd/qif3">
  <ReferencedComponent>{1,1}</ReferencedComponent>
  <FeatureId asmPathId="" asmPathXId="" xId="">{1,1}</FeatureId>
</SurfaceFeature>
Source
<xs:element name="SurfaceFeature" type="BaseFeatureType">
  <xs:annotation>
    <xs:documentation>The SurfaceFeature element identifies the scanned surface feature from which the sphere is retrieved.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element SphereFromScanType / SearchRadius
Annotations
The SearchRadius element is the radius around the nominal feature, wherein the measured feature can be expected. The SearchRadius is the radius added to and subtracted from the nominal feature radius defining a spherical shell. All scanned points within this spherical shell are used for the retrieval of the feature. The spherical shell's center coincides with the sphere feature's nominal center point.
Diagram
Diagram Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_decimalPlaces Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_significantFigures Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType Units_xsd_Complex_Type_LinearValueType.tmp#LinearValueType_linearUnit Units_xsd_Complex_Type_LinearValueType.tmp#LinearValueType
Type LinearValueType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
linearUnit xs:token optional
The optional linearUnit attribute defines the UnitName for the LinearValueType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<xs:element name="SearchRadius" type="LinearValueType">
  <xs:annotation>
    <xs:documentation>The SearchRadius element is the radius around the nominal feature, wherein the measured feature can be expected. The SearchRadius is the radius added to and subtracted from the nominal feature radius defining a spherical shell. All scanned points within this spherical shell are used for the retrieval of the feature. The spherical shell's center coincides with the sphere feature's nominal center point.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element SphereFromScanType / Vector
Annotations
The optional Vector element is the axis of the search radius cylinder when it cannot be determined by the sphere nominal information.
Diagram
Diagram Primitives_xsd_Simple_Type_UnitVectorSimpleType.tmp#UnitVectorSimpleType Primitives_xsd_Attribute_Group_AttrPoint.tmp#AttrPoint Primitives_xsd_Complex_Type_UnitVectorType.tmp#UnitVectorType
Type UnitVectorType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
decimalPlaces xs:nonNegativeInteger optional
linearUnit xs:token optional
significantFigures xs:nonNegativeInteger optional
validity ValidityEnumType optional
xDecimalPlaces xs:nonNegativeInteger optional
xSignificantFigures xs:nonNegativeInteger optional
xValidity ValidityEnumType optional
yDecimalPlaces xs:nonNegativeInteger optional
ySignificantFigures xs:nonNegativeInteger optional
yValidity ValidityEnumType optional
zDecimalPlaces xs:nonNegativeInteger optional
zSignificantFigures xs:nonNegativeInteger optional
zValidity ValidityEnumType optional
Source
<xs:element name="Vector" type="UnitVectorType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Vector element is the axis of the search radius cylinder when it cannot be determined by the sphere nominal information.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type SphereFromScanType
Annotations
The SphereFromScanType defines a sphere construction by the retrieval of a sphere from a scanned surface feature (point cloud).
Diagram
Diagram Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType_NominalsCalculated Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType Features_xsd_Complex_Type_SphereFromScanType.tmp#SphereFromScanType_SurfaceFeature Features_xsd_Complex_Type_SphereFromScanType.tmp#SphereFromScanType_SearchRadius Features_xsd_Complex_Type_SphereFromScanType.tmp#SphereFromScanType_Vector
Type extension of ConstructionMethodBaseType
Type hierarchy
Used by
Children NominalsCalculated, SearchRadius, SurfaceFeature, Vector
Source
<xs:complexType name="SphereFromScanType">
  <xs:annotation>
    <xs:documentation>The SphereFromScanType defines a sphere construction by the retrieval of a sphere from a scanned surface feature (point cloud).</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="ConstructionMethodBaseType">
      <xs:sequence>
        <xs:element name="SurfaceFeature" type="BaseFeatureType">
          <xs:annotation>
            <xs:documentation>The SurfaceFeature element identifies the scanned surface feature from which the sphere is retrieved.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="SearchRadius" type="LinearValueType">
          <xs:annotation>
            <xs:documentation>The SearchRadius element is the radius around the nominal feature, wherein the measured feature can be expected. The SearchRadius is the radius added to and subtracted from the nominal feature radius defining a spherical shell. All scanned points within this spherical shell are used for the retrieval of the feature. The spherical shell's center coincides with the sphere feature's nominal center point.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Vector" type="UnitVectorType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional Vector element is the axis of the search radius cylinder when it cannot be determined by the sphere nominal information.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd