Showing:

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