Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element FaceType / Surface
Annotations
The Surface element is the identifier of the underlying surface.
Diagram
Diagram Primitives_xsd_Complex_Type_ElementReferenceType.tmp#ElementReferenceType_Id Primitives_xsd_Complex_Type_ElementReferenceType.tmp#ElementReferenceType
Type ElementReferenceType
Properties
content complex
Children Id
Instance
<Surface xmlns="http://qifstandards.org/xsd/qif3">
  <Id xId="">{1,1}</Id>
</Surface>
Source
<xs:element name="Surface" type="ElementReferenceType">
  <xs:annotation>
    <xs:documentation>The Surface element is the identifier of the underlying surface.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Topology.xsd
Element FaceType / LoopIds
Annotations
The optional LoopIds element is an array of identifiers of the face trimming contours. If the hasOuter attribute is true then the first id will point to the outer loop otherwise all ids will point to inner loops only.
Diagram
Diagram Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType_n Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType_Id Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType
Type ArrayReferenceType
Properties
content complex
minOccurs 0
Children Id
Instance
<LoopIds n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Id xId="">{1,unbounded}</Id>
</LoopIds>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of Id elements in this array.
Source
<xs:element name="LoopIds" type="ArrayReferenceType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional LoopIds element is an array of identifiers of the face trimming contours. If the hasOuter attribute is true then the first id will point to the outer loop otherwise all ids will point to inner loops only.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Topology.xsd
Complex Type FaceType
Annotations
The FaceType is the b-rep face type - a bounded portion of a surface.
Diagram
Diagram PrimitivesPD_xsd_Complex_Type_NodeBaseType.tmp#NodeBaseType_label PrimitivesPD_xsd_Complex_Type_NodeBaseType.tmp#NodeBaseType PrimitivesPD_xsd_Complex_Type_NodeWithIdBaseType.tmp#NodeWithIdBaseType_id Primitives_xsd_Element_Attributes.tmp#Attributes PrimitivesPD_xsd_Complex_Type_NodeWithIdBaseType.tmp#NodeWithIdBaseType PrimitivesPD_xsd_Attribute_Group_AttrDrawable.tmp#AttrDrawable PrimitivesPD_xsd_Complex_Type_DrawableBaseType.tmp#DrawableBaseType Topology_xsd_Complex_Type_TopologyBaseType.tmp#TopologyBaseType Topology_xsd_Complex_Type_FaceBaseType.tmp#FaceBaseType_turned Topology_xsd_Complex_Type_FaceBaseType.tmp#FaceBaseType_Validation Topology_xsd_Complex_Type_FaceBaseType.tmp#FaceBaseType Topology_xsd_Complex_Type_FaceType.tmp#FaceType_hasOuter Topology_xsd_Complex_Type_FaceType.tmp#FaceType_Surface Topology_xsd_Complex_Type_FaceType.tmp#FaceType_LoopIds
Type extension of FaceBaseType
Type hierarchy
Used by
Element Face
Children Attributes, LoopIds, Surface, Validation
Attributes
QName Type Default Use Annotation
color ColorType optional
The optional color attribute defines the RGB color property of a model entity.
hasOuter xs:boolean 1 optional
The optional hasOuter attribute shows if the face has its outer loop explicitly represented in the loop array. If this attribute is false, the natural border of the underlying surface must be taken as the face outer loop.
hidden xs:boolean 0 optional
The optional hidden attribute defines the visibility property of a model entity in the graphical window.
id QIFIdType required
The required id attribute is the unique model entity identifier.
label xs:string optional
The optional label attribute is the model entity "nameplate". Normally it can be seen at the entity item in the project tree.
size DoublePositiveType optional
The optional size attribute defines a recommended size for visualization of an infinite drawable element such as plane, cylinder, axis, etc., or objects without explicit geometric parameters (e.g. coordinate system).
transparency TransparencyType 0.0 optional
The optional transparency attribute defines the transparency property of a model entity.
turned xs:boolean 0 optional
The optional turned attribute shows if the face orientation must be reversed from the orientation of the underlying surface. If the value is true, the face orientation must be opposite the surface orientation. If the value is false, the two orientations must be the same.
Source
<xs:complexType name="FaceType">
  <xs:annotation>
    <xs:documentation>The FaceType is the b-rep face type - a bounded portion of a surface.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="FaceBaseType">
      <xs:sequence>
        <xs:element name="Surface" type="ElementReferenceType">
          <xs:annotation>
            <xs:documentation>The Surface element is the identifier of the underlying surface.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="LoopIds" type="ArrayReferenceType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional LoopIds element is an array of identifiers of the face trimming contours. If the hasOuter attribute is true then the first id will point to the outer loop otherwise all ids will point to inner loops only.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
      <xs:attribute name="hasOuter" type="xs:boolean" default="1">
        <xs:annotation>
          <xs:documentation>The optional hasOuter attribute shows if the face has its outer loop explicitly represented in the loop array. If this attribute is false, the natural border of the underlying surface must be taken as the face outer loop.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Topology.xsd
Attribute FaceType / @hasOuter
Annotations
The optional hasOuter attribute shows if the face has its outer loop explicitly represented in the loop array. If this attribute is false, the natural border of the underlying surface must be taken as the face outer loop.
Type xs:boolean
Properties
default 1
Used by
Complex Type FaceType
Source
<xs:attribute name="hasOuter" type="xs:boolean" default="1">
  <xs:annotation>
    <xs:documentation>The optional hasOuter attribute shows if the face has its outer loop explicitly represented in the loop array. If this attribute is false, the natural border of the underlying surface must be taken as the face outer loop.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Topology.xsd