Showing:

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