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.
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>
The NormalsBinary element is a binary array of normalvectors specified on the triangle level. Each element ofthis 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.
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>
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>