Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element PointCloudType / Points
Annotations
The Points element is an array of 3D points.
Diagram
Diagram Primitives_xsd_Simple_Type_ListDoubleType.tmp#ListDoubleType Primitives_xsd_Complex_Type_ArrayPointType.tmp#ArrayPointType_count Primitives_xsd_Attribute_Group_AttrPoint.tmp#AttrPoint Primitives_xsd_Complex_Type_ArrayPointType.tmp#ArrayPointType
Type ArrayPointType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
count NaturalType required
The required count attribute gives the number of points represented by the array. The number of entries in the array must be 3*count.
decimalPlaces xs:nonNegativeInteger optional
linearUnit xs:token optional
significantFigures xs:nonNegativeInteger optional
validity ValidityEnumType optional
xDecimalPlaces xs:nonNegativeInteger optional
xSignificantFigures xs:nonNegativeInteger optional
xValidity ValidityEnumType optional
yDecimalPlaces xs:nonNegativeInteger optional
ySignificantFigures xs:nonNegativeInteger optional
yValidity ValidityEnumType optional
zDecimalPlaces xs:nonNegativeInteger optional
zSignificantFigures xs:nonNegativeInteger optional
zValidity ValidityEnumType optional
Source
<xs:element name="Points" type="ArrayPointType">
  <xs:annotation>
    <xs:documentation>The Points element is an array of 3D points.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Topology.xsd
Element PointCloudType / PointsBinary
Annotations
The PointsBinary element is a binary array of 3D points.
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="PointsBinary" type="ArrayBinaryType">
  <xs:annotation>
    <xs:documentation>The PointsBinary element is a binary array of 3D points.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Topology.xsd
Element PointCloudType / Normals
Annotations
The Normals element is an array of normals. The number of elements in this array must equal the number of 3D points in this point cloud.
Diagram
Diagram Primitives_xsd_Simple_Type_ListDoubleType.tmp#ListDoubleType Primitives_xsd_Complex_Type_ArrayUnitVectorType.tmp#ArrayUnitVectorType_count Primitives_xsd_Attribute_Group_AttrPoint.tmp#AttrPoint Primitives_xsd_Complex_Type_ArrayUnitVectorType.tmp#ArrayUnitVectorType
Type ArrayUnitVectorType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
count NaturalType required
The required count attribute gives the number of unit vectors represented by the array. The number of entries in the array must be 3*count.
decimalPlaces xs:nonNegativeInteger optional
linearUnit xs:token optional
significantFigures xs:nonNegativeInteger optional
validity ValidityEnumType optional
xDecimalPlaces xs:nonNegativeInteger optional
xSignificantFigures xs:nonNegativeInteger optional
xValidity ValidityEnumType optional
yDecimalPlaces xs:nonNegativeInteger optional
ySignificantFigures xs:nonNegativeInteger optional
yValidity ValidityEnumType optional
zDecimalPlaces xs:nonNegativeInteger optional
zSignificantFigures xs:nonNegativeInteger optional
zValidity ValidityEnumType optional
Source
<xs:element name="Normals" type="ArrayUnitVectorType">
  <xs:annotation>
    <xs:documentation>The Normals element is an array of normals. The number of elements in this array must equal the number of 3D points in this point cloud.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Topology.xsd
Element PointCloudType / NormalsBinary
Annotations
The NormalsBinary element is a binary array of normals. The number of elements in this array must equal the number of 3D points in this point cloud.
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="NormalsBinary" type="ArrayBinaryType">
  <xs:annotation>
    <xs:documentation>The NormalsBinary element is a binary array of normals. The number of elements in this array must equal the number of 3D points in this point cloud.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Topology.xsd
Element PointCloudType / PointsVisible
Annotations
The PointsVisible element is an array of visible point indices. All elements of this integer array must be unique and must lie in the range [0, number of points].
Diagram
Diagram Primitives_xsd_Simple_Type_ListIntType.tmp#ListIntType Primitives_xsd_Complex_Type_ArrayIntType.tmp#ArrayIntType_count Primitives_xsd_Complex_Type_ArrayIntType.tmp#ArrayIntType
Type ArrayIntType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
count NaturalType required
The required count attribute is the number of integer numbers in this array.
Source
<xs:element name="PointsVisible" type="ArrayIntType">
  <xs:annotation>
    <xs:documentation>The PointsVisible element is an array of visible point indices. All elements of this integer array must be unique and must lie in the range [0, number of points].</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Topology.xsd
Element PointCloudType / PointsVisibleBinary
Annotations
The PointsVisibleBinary element is a binary array of visible point indices. All elements of this integer array must be unique and must lie in the range [0, number of points].
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="PointsVisibleBinary" type="ArrayBinaryType">
  <xs:annotation>
    <xs:documentation>The PointsVisibleBinary element is a binary array of visible point indices. All elements of this integer array must be unique and must lie in the range [0, number of points].</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Topology.xsd
Element PointCloudType / PointsHidden
Annotations
The PointsHidden element is an array of hidden point indices. All elements of this integer array must be unique and must lie in the range [0, number of points].
Diagram
Diagram Primitives_xsd_Simple_Type_ListIntType.tmp#ListIntType Primitives_xsd_Complex_Type_ArrayIntType.tmp#ArrayIntType_count Primitives_xsd_Complex_Type_ArrayIntType.tmp#ArrayIntType
Type ArrayIntType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
count NaturalType required
The required count attribute is the number of integer numbers in this array.
Source
<xs:element name="PointsHidden" type="ArrayIntType">
  <xs:annotation>
    <xs:documentation>The PointsHidden element is an array of hidden point indices. All elements of this integer array must be unique and must lie in the range [0, number of points].</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Topology.xsd
Element PointCloudType / PointsHiddenBinary
Annotations
The PointsHiddenBinary element is a binary array of hidden point indices. All elements of this integer array must be unique and must lie in the range [0, number of points].
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="PointsHiddenBinary" type="ArrayBinaryType">
  <xs:annotation>
    <xs:documentation>The PointsHiddenBinary element is a binary array of hidden point indices. All elements of this integer array must be unique and must lie in the range [0, number of points].</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Topology.xsd
Element PointCloudType / PointsColor
Annotations
The PointsColor element is an array of unsigned byte values which defines colors of the points. Each element of this array is a triplet of unsigned byte numbers - the RGB color: the red-component, the green-component and the blue-component. The number of array elements corresponds to the number of points.
Diagram
Diagram Primitives_xsd_Simple_Type_ListUnsignedByteType.tmp#ListUnsignedByteType Primitives_xsd_Complex_Type_ArrayUnsignedByteType.tmp#ArrayUnsignedByteType_count Primitives_xsd_Complex_Type_ArrayUnsignedByteType.tmp#ArrayUnsignedByteType
Type ArrayUnsignedByteType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
count NaturalType required
The required count attribute is the number of unsigned byte values in this array.
Source
<xs:element name="PointsColor" type="ArrayUnsignedByteType">
  <xs:annotation>
    <xs:documentation>The PointsColor element is an array of unsigned byte values which defines colors of the points. Each element of this array is a triplet of unsigned byte numbers - the RGB color: the red-component, the green-component and the blue-component. The number of array elements corresponds to the number of points.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Topology.xsd
Element PointCloudType / PointsColorBinary
Annotations
The PointsColorBinary element is a binary array of unsigned byte values which defines colors of the points. Each element of this array is a triplet of unsigned byte numbers - the RGB color: the red-component, the green-component and the blue-component. The number of array elements corresponds to the number of points.
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="PointsColorBinary" type="ArrayBinaryType">
  <xs:annotation>
    <xs:documentation>The PointsColorBinary element is a binary array of unsigned byte values which defines colors of the points. Each element of this array is a triplet of unsigned byte numbers - the RGB color: the red-component, the green-component and the blue-component. The number of array elements corresponds to the number of points.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Topology.xsd
Complex Type PointCloudType
Annotations
The PointCloudType describes a set of 3D points with optional normals.
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_PointCloudType.tmp#PointCloudType_Points Topology_xsd_Complex_Type_PointCloudType.tmp#PointCloudType_PointsBinary Topology_xsd_Complex_Type_PointCloudType.tmp#PointCloudType_Normals Topology_xsd_Complex_Type_PointCloudType.tmp#PointCloudType_NormalsBinary Topology_xsd_Complex_Type_PointCloudType.tmp#PointCloudType_PointsVisible Topology_xsd_Complex_Type_PointCloudType.tmp#PointCloudType_PointsVisibleBinary Topology_xsd_Complex_Type_PointCloudType.tmp#PointCloudType_PointsHidden Topology_xsd_Complex_Type_PointCloudType.tmp#PointCloudType_PointsHiddenBinary Topology_xsd_Complex_Type_PointCloudType.tmp#PointCloudType_PointsColor Topology_xsd_Complex_Type_PointCloudType.tmp#PointCloudType_PointsColorBinary
Type extension of TopologyBaseType
Type hierarchy
Used by
Element PointCloud
Children Attributes, Normals, NormalsBinary, Points, PointsBinary, PointsColor, PointsColorBinary, PointsHidden, PointsHiddenBinary, PointsVisible, PointsVisibleBinary
Attributes
QName Type Default Use Annotation
color ColorType optional
The optional color attribute defines the RGB color property of a model entity.
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.
Source
<xs:complexType name="PointCloudType">
  <xs:annotation>
    <xs:documentation>The PointCloudType describes a set of 3D points with optional normals.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="TopologyBaseType">
      <xs:sequence>
        <xs:choice>
          <xs:annotation>
            <xs:documentation>This compositor provides a choice of the representation method for an array of 3D points.</xs:documentation>
          </xs:annotation>
          <xs:element name="Points" type="ArrayPointType">
            <xs:annotation>
              <xs:documentation>The Points element is an array of 3D points.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="PointsBinary" type="ArrayBinaryType">
            <xs:annotation>
              <xs:documentation>The PointsBinary element is a binary array of 3D points.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:choice>
        <xs:choice minOccurs="0">
          <xs:annotation>
            <xs:documentation>This optional compositor provides a choice of the representation method for an array of normals.</xs:documentation>
          </xs:annotation>
          <xs:element name="Normals" type="ArrayUnitVectorType">
            <xs:annotation>
              <xs:documentation>The Normals element is an array of normals. The number of elements in this array must equal the number of 3D points in this point cloud.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="NormalsBinary" type="ArrayBinaryType">
            <xs:annotation>
              <xs:documentation>The NormalsBinary element is a binary array of normals. The number of elements in this array must equal the number of 3D points in this point cloud.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:choice>
        <xs:choice minOccurs="0">
          <xs:annotation>
            <xs:documentation>This optional compositor provides a choice of the representation method for the visibility flags of the points.</xs:documentation>
          </xs:annotation>
          <xs:element name="PointsVisible" type="ArrayIntType">
            <xs:annotation>
              <xs:documentation>The PointsVisible element is an array of visible point indices. All elements of this integer array must be unique and must lie in the range [0, number of points].</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="PointsVisibleBinary" type="ArrayBinaryType">
            <xs:annotation>
              <xs:documentation>The PointsVisibleBinary element is a binary array of visible point indices. All elements of this integer array must be unique and must lie in the range [0, number of points].</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="PointsHidden" type="ArrayIntType">
            <xs:annotation>
              <xs:documentation>The PointsHidden element is an array of hidden point indices. All elements of this integer array must be unique and must lie in the range [0, number of points].</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="PointsHiddenBinary" type="ArrayBinaryType">
            <xs:annotation>
              <xs:documentation>The PointsHiddenBinary element is a binary array of hidden point indices. All elements of this integer array must be unique and must lie in the range [0, number of points].</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:choice>
        <xs:choice minOccurs="0">
          <xs:annotation>
            <xs:documentation>This optional compositor provides a choice of the representation method for the color property of the points.</xs:documentation>
          </xs:annotation>
          <xs:element name="PointsColor" type="ArrayUnsignedByteType">
            <xs:annotation>
              <xs:documentation>The PointsColor element is an array of unsigned byte values which defines colors of the points. Each element of this array is a triplet of unsigned byte numbers - the RGB color: the red-component, the green-component and the blue-component. The number of array elements corresponds to the number of points.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="PointsColorBinary" type="ArrayBinaryType">
            <xs:annotation>
              <xs:documentation>The PointsColorBinary element is a binary array of unsigned byte values which defines colors of the points. Each element of this array is a triplet of unsigned byte numbers - the RGB color: the red-component, the green-component and the blue-component. The number of array elements corresponds to the number of points.</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/Topology.xsd