Showing:

Annotations
Diagrams
Instances
Properties
Source
Used by
Element PlaneTangentThroughType / TangentFeature
Annotations
The TangentFeature element identifies the base feature to which the point is tangent.
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
<TangentFeature xmlns="http://qifstandards.org/xsd/qif3">
  <ReferencedComponent>{1,1}</ReferencedComponent>
  <FeatureId asmPathId="" asmPathXId="" xId="">{1,1}</FeatureId>
</TangentFeature>
Source
<xs:element name="TangentFeature" type="BaseFeatureType">
  <xs:annotation>
    <xs:documentation>The TangentFeature element identifies the base feature to which the point is tangent.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element PlaneTangentThroughType / PointFeature
Annotations
The PointFeature element identifies the point through which the plane must pass.
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
<PointFeature xmlns="http://qifstandards.org/xsd/qif3">
  <ReferencedComponent>{1,1}</ReferencedComponent>
  <FeatureId asmPathId="" asmPathXId="" xId="">{1,1}</FeatureId>
</PointFeature>
Source
<xs:element name="PointFeature" type="BaseFeatureType">
  <xs:annotation>
    <xs:documentation>The PointFeature element identifies the point through which the plane must pass.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type PlaneTangentThroughType
Annotations
The PlaneTangentThroughType defines the construction of a plane through a point and tangent to a base feature.
Diagram
Diagram Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType_NominalsCalculated Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType Features_xsd_Complex_Type_PlaneTangentThroughType.tmp#PlaneTangentThroughType_TangentFeature Features_xsd_Complex_Type_PlaneTangentThroughType.tmp#PlaneTangentThroughType_PointFeature
Type extension of ConstructionMethodBaseType
Type hierarchy
Used by
Children NominalsCalculated, PointFeature, TangentFeature
Source
<xs:complexType name="PlaneTangentThroughType">
  <xs:annotation>
    <xs:documentation>The PlaneTangentThroughType defines the construction of a plane through a point and tangent to a base feature.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="ConstructionMethodBaseType">
      <xs:sequence>
        <xs:element name="TangentFeature" type="BaseFeatureType">
          <xs:annotation>
            <xs:documentation>The TangentFeature element identifies the base feature to which the point is tangent.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="PointFeature" type="BaseFeatureType">
          <xs:annotation>
            <xs:documentation>The PointFeature element identifies the point through which the plane must pass.</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