OBJECT
Mattertag
A point in the model with other information such as clips, photos and text associated with it.
link GraphQL Schema definition
- type Mattertag implements Annotation {
- : ID!
- : DateTime!
- : DateTime!
- # The model this tag is associated with.
- : Model
- # The floor this tag is on.
- : ModelFloor
- : Boolean!
- # An RGB hex string representing the highlight color for the Mattertag.
- : String!
- # A short label to show users to describe the point in the model being tagged.
- : String
- # A detailed description to show users describing the point being tagged.
- : String
- # A link to additional media (image, video, etc) to display in the tag.
- : String
- # The type of media associated with the tag. This will be null if
- # no media is present.
- : MattertagMediaType
- # The point that is being tagged.
- : Point
- # Whether or not to show a stem or line from the tagged position to additional
- # metadata.
- : Boolean
- # If stem enabled is true, this is a vector describing the direction of the stem
- # from position.
- : Point
- }