Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element MeshTriangleType / NormalsSpecial
Annotations
The NormalsSpecial element is an array of normal vectors specified on the triangle level. This array is an addition to the core mesh normal vectors and it allows to define different normal vectors in a common vertex for different triangles. This situation is typical for vertices of mesh feature lines.
Diagram
Diagram Geometry_xsd_Complex_Type_ArrayTriangleVertexNormalType.tmp#ArrayTriangleVertexNormalType_n Geometry_xsd_Complex_Type_ArrayTriangleVertexNormalType.tmp#ArrayTriangleVertexNormalType_NormalSpecial Geometry_xsd_Complex_Type_ArrayTriangleVertexNormalType.tmp#ArrayTriangleVertexNormalType
Type ArrayTriangleVertexNormalType
Properties
content complex
Children NormalSpecial
Instance
<NormalsSpecial n="" xmlns="http://qifstandards.org/xsd/qif3">
  <NormalSpecial decimalPlaces="" linearUnit="" significantFigures="" validity="" vertex="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{1,unbounded}</NormalSpecial>
</NormalsSpecial>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of NormalSpecial elements in this array.
Source
<xs:element name="NormalsSpecial" type="ArrayTriangleVertexNormalType">
  <xs:annotation>
    <xs:documentation>The NormalsSpecial element is an array of normal vectors specified on the triangle level. This array is an addition to the core mesh normal vectors and it allows to define different normal vectors in a common vertex for different triangles. This situation is typical for vertices of mesh feature lines.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Geometry.xsd
Element MeshTriangleType / NormalsSpecialBinary
Annotations
The NormalsBinary element is a binary array of normal
vectors specified on the triangle level. Each element of
this array is a pentad consisting of:
  a 32-bit integer index of a triangle;
  an 8-bit integer index of a triangle vertex (0, 1 or 2);
  a triplet of real numbers (represented in
     accordance with the standard IEEE 754-2008): the
     X-component, the Y-component and the Z-component.
Diagram
Diagram Primitives_xsd_Complex_Type_ArrayBinaryType.tmp#ArrayBinaryType_count Primitives_xsd_Complex_Type_ArrayBinaryType.tmp#ArrayBinaryType_sizeElement Primitives_xsd_Complex_Type_ArrayBinaryType.tmp#ArrayBinaryType
Type ArrayBinaryType
Properties
content complex
Attributes
QName Type Use Annotation
count NaturalType required
The required count attribute is the number of elements in this array.
sizeElement xs:unsignedInt required
The required sizeElement attribute shows the size (in bytes) of one element stored in the array. The total size of the binary array can be calculated as: count*sizeElement.
Source
<xs:element name="NormalsSpecialBinary" type="ArrayBinaryType">
  <xs:annotation>
    <xs:documentation>The NormalsBinary element is a binary array of normal vectors specified on the triangle level. Each element of this array is a pentad consisting of: a 32-bit integer index of a triangle; an 8-bit integer index of a triangle vertex (0, 1 or 2); a triplet of real numbers (represented in accordance with the standard IEEE 754-2008): the X-component, the Y-component and the Z-component.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Geometry.xsd
Complex Type MeshTriangleType
Annotations
The MeshTriangleType defines the math core of the triangle mesh entity. It contains a set of triangles connected by their common edges.
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 Geometry_xsd_Complex_Type_GeometryBaseType.tmp#GeometryBaseType Geometry_xsd_Element_MeshTriangleCore.tmp#MeshTriangleCore Geometry_xsd_Complex_Type_MeshTriangleType.tmp#MeshTriangleType_NormalsSpecial Geometry_xsd_Complex_Type_MeshTriangleType.tmp#MeshTriangleType_NormalsSpecialBinary
Type extension of GeometryBaseType
Type hierarchy
Used by
Element MeshTriangle
Children Attributes, MeshTriangleCore, NormalsSpecial, NormalsSpecialBinary
Attributes
QName Type Use Annotation
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.
Source
<xs:complexType name="MeshTriangleType">
  <xs:annotation>
    <xs:documentation>The MeshTriangleType defines the math core of the triangle mesh entity. It contains a set of triangles connected by their common edges.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="GeometryBaseType">
      <xs:sequence>
        <xs:element ref="MeshTriangleCore">
          <xs:annotation>
            <xs:documentation>The MeshTriangleCore element defines the mathematical core of this surface type.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:choice minOccurs="0">
          <xs:element name="NormalsSpecial" type="ArrayTriangleVertexNormalType">
            <xs:annotation>
              <xs:documentation>The NormalsSpecial element is an array of normal vectors specified on the triangle level. This array is an addition to the core mesh normal vectors and it allows to define different normal vectors in a common vertex for different triangles. This situation is typical for vertices of mesh feature lines.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="NormalsSpecialBinary" type="ArrayBinaryType">
            <xs:annotation>
              <xs:documentation>The NormalsBinary element is a binary array of normal vectors specified on the triangle level. Each element of this array is a pentad consisting of: a 32-bit integer index of a triangle; an 8-bit integer index of a triangle vertex (0, 1 or 2); a triplet of real numbers (represented in accordance with the standard IEEE 754-2008): the X-component, the Y-component and the Z-component.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:choice>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Geometry.xsd