featureAttribute

July 3, 2019 ยท View on GitHub

Declaration of the attributes per feature in the geometry, such as feature ID or face range.

Related:

cmn::defaultGeometrySchema, cmn::featureData

Properties

PropertyTypeDescription
idvalueID of the feature attribute.
faceRangevalueDescribes the face range of the feature attribute.

Examples

Example: featureAttribute example

 {
  "id": {
    "valueType": "UInt64",
    "valuesPerElement": 1
  },
  "faceRange": {
    "valueType": "UInt32",
    "valuesPerElement": 2
  }
} 

Contents

  1. 0.1Related:
  2. 0.2Properties
  3. 0.3Examples