Showing:

Annotations
Diagrams
Instances
Properties
Source
Used by
Element OppositeAngledLinesProjectionType / ProjectionPlane
Annotations
The ProjectionPlane element identifies the plane onto which the opposite angled lines feature is to be projected.
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
<ProjectionPlane xmlns="http://qifstandards.org/xsd/qif3">
  <ReferencedComponent>{1,1}</ReferencedComponent>
  <FeatureId asmPathId="" asmPathXId="" xId="">{1,1}</FeatureId>
</ProjectionPlane>
Source
<xs:element name="ProjectionPlane" type="BaseFeatureType">
  <xs:annotation>
    <xs:documentation>The ProjectionPlane element identifies the plane onto which the opposite angled lines feature is to be projected.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element OppositeAngledLinesProjectionType / ProjectionOppositeAngledLines
Annotations
The ProjectionOppositeAngledLines element identifies the opposite angled lines feature to be projected.
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
<ProjectionOppositeAngledLines xmlns="http://qifstandards.org/xsd/qif3">
  <ReferencedComponent>{1,1}</ReferencedComponent>
  <FeatureId asmPathId="" asmPathXId="" xId="">{1,1}</FeatureId>
</ProjectionOppositeAngledLines>
Source
<xs:element name="ProjectionOppositeAngledLines" type="BaseFeatureType">
  <xs:annotation>
    <xs:documentation>The ProjectionOppositeAngledLines element identifies the opposite angled lines feature to be projected.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type OppositeAngledLinesProjectionType
Annotations
The OppositeAngledLinesProjectionType defines a projected opposite angled lines feature construction with the opposite angled lines feature to be projected and the projection plane.
Diagram
Diagram Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType_NominalsCalculated Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType Features_xsd_Complex_Type_OppositeAngledLinesProjectionType.tmp#OppositeAngledLinesProjectionType_ProjectionPlane Features_xsd_Complex_Type_OppositeAngledLinesProjectionType.tmp#OppositeAngledLinesProjectionType_ProjectionOppositeAngledLines
Type extension of ConstructionMethodBaseType
Type hierarchy
Used by
Children NominalsCalculated, ProjectionOppositeAngledLines, ProjectionPlane
Source
<xs:complexType name="OppositeAngledLinesProjectionType">
  <xs:annotation>
    <xs:documentation>The OppositeAngledLinesProjectionType defines a projected opposite angled lines feature construction with the opposite angled lines feature to be projected and the projection plane.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="ConstructionMethodBaseType">
      <xs:sequence>
        <xs:element name="ProjectionPlane" type="BaseFeatureType">
          <xs:annotation>
            <xs:documentation>The ProjectionPlane element identifies the plane onto which the opposite angled lines feature is to be projected.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="ProjectionOppositeAngledLines" type="BaseFeatureType">
          <xs:annotation>
            <xs:documentation>The ProjectionOppositeAngledLines element identifies the opposite angled lines feature to be projected.</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