Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element ShellType / FaceIds
Annotations
The optional FaceIds element is an array of connected faces which form this shell.
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
<FaceIds n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Id xId="">{1,unbounded}</Id>
</FaceIds>
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="FaceIds" type="ArrayReferenceType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional FaceIds element is an array of connected faces which form this shell.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Topology.xsd
Complex Type ShellType
Annotations
The ShellType is the b-rep shell type - a set of connected faces.
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_ShellType.tmp#ShellType_turned Topology_xsd_Complex_Type_ShellType.tmp#ShellType_closed Topology_xsd_Complex_Type_ShellType.tmp#ShellType_form Topology_xsd_Complex_Type_ShellType.tmp#ShellType_FaceIds
Type extension of TopologyBaseType
Type hierarchy
Used by
Element Shell
Children Attributes, FaceIds
Attributes
QName Type Default Use Annotation
closed xs:boolean 0 optional
The optional closed attribute shows if the shell is a closed one (there are no gaps or open contours).
color ColorType optional
The optional color attribute defines the RGB color property of a model entity.
form ShellFormEnumType UNKNOWN optional
The optional form attribute specifies the shell type which can take one of the following values: 'UNKNOWN', 'OUTER' or 'INNER'.
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 shell orientation must be reversed from the orientation of the component faces. If the value is true, the shell orientation must be opposite the faces orientation. If the value is false, the two orientations must be the same.
Source
<xs:complexType name="ShellType">
  <xs:annotation>
    <xs:documentation>The ShellType is the b-rep shell type - a set of connected faces.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="TopologyBaseType">
      <xs:sequence>
        <xs:element name="FaceIds" type="ArrayReferenceType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional FaceIds element is an array of connected faces which form this shell.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
      <xs:attribute name="turned" type="xs:boolean" default="0">
        <xs:annotation>
          <xs:documentation>The optional turned attribute shows if the shell orientation must be reversed from the orientation of the component faces. If the value is true, the shell orientation must be opposite the faces orientation. If the value is false, the two orientations must be the same.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="closed" type="xs:boolean" default="0">
        <xs:annotation>
          <xs:documentation>The optional closed attribute shows if the shell is a closed one (there are no gaps or open contours).</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="form" type="ShellFormEnumType" default="UNKNOWN">
        <xs:annotation>
          <xs:documentation>The optional form attribute specifies the shell type which can take one of the following values: 'UNKNOWN', 'OUTER' or 'INNER'.</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 ShellType / @turned
Annotations
The optional turned attribute shows if the shell orientation must be reversed from the orientation of the component faces. If the value is true, the shell orientation must be opposite the faces orientation. If the value is false, the two orientations must be the same.
Type xs:boolean
Properties
default 0
Used by
Complex Type ShellType
Source
<xs:attribute name="turned" type="xs:boolean" default="0">
  <xs:annotation>
    <xs:documentation>The optional turned attribute shows if the shell orientation must be reversed from the orientation of the component faces. If the value is true, the shell orientation must be opposite the faces orientation. If the value is false, the two orientations must be the same.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Topology.xsd
Attribute ShellType / @closed
Annotations
The optional closed attribute shows if the shell is a closed one (there are no gaps or open contours).
Type xs:boolean
Properties
default 0
Used by
Complex Type ShellType
Source
<xs:attribute name="closed" type="xs:boolean" default="0">
  <xs:annotation>
    <xs:documentation>The optional closed attribute shows if the shell is a closed one (there are no gaps or open contours).</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Topology.xsd
Attribute ShellType / @form
Annotations
The optional form attribute specifies the shell type which can take one of the following values: 'UNKNOWN', 'OUTER' or 'INNER'.
Type ShellFormEnumType
Properties
default UNKNOWN
Facets
enumeration UNKNOWN
enumeration OUTER
enumeration INNER
Used by
Complex Type ShellType
Source
<xs:attribute name="form" type="ShellFormEnumType" default="UNKNOWN">
  <xs:annotation>
    <xs:documentation>The optional form attribute specifies the shell type which can take one of the following values: 'UNKNOWN', 'OUTER' or 'INNER'.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Topology.xsd