Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 699 Bytes

featureAttribute.cmn.md

File metadata and controls

31 lines (23 loc) · 699 Bytes

featureAttribute

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

Related:

cmn::defaultGeometrySchema, cmn::featureData

Properties

Property Type Description
id value ID of the feature attribute.
faceRange value Describes the face range of the feature attribute.

Examples

Example: featureAttribute example

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