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 Mattertag anchor's position.
 - : Point 
 - #   The position of the disc marking the Mattertag annotation.
 - : Point 
 - #   The normalized unit vector of the stem's direction from the annotation to the 
 - #   disc.
 - : Point 
 - #   The length of the Mattertag stem.
 - : Float 
 - #   Whether or not to show a stem or line from the anchor
 - #   to the Mattertag disc.
 - : Boolean 
 - #   @deprecated Deprecated after v2020.05.04, renamed to anchorPosition for clarity.
 - : Point 
 - #   @deprecated Deprecated after v2020.05.04, split into stemNormal and stemLength 
 - #   for clarity.
 - : Point 
 - }