OBJECT

CaptureMarking

@internal

Used for representing virtual walls and other annotations from the capture app.

link GraphQL Schema definition

  • type CaptureMarking implements Annotation {
  • id: ID!
  • created: DateTime!
  • modified: DateTime!
  • enabled: Boolean!
  • label: String
  • type: CaptureMarkingType
  • # A guided graph of points.
  • # A single point (like a mattertag) would have one entry.
  • # A line (like a virtual wall or a measurement) will contain two points.
  • # More complex shapes may have multiple points.
  • # For a closed shape the first point and
  • # the last point will be equal.
  • points: [Point!]!
  • }

link Require by

This element is not required by anyone